From 48cb017161fefc2e132e933b65d90e99b126ba86 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Mon, 11 Aug 2014 19:12:37 +0000 Subject: [PATCH] trivial typo fix in comment --- src/bin/dhcp4/json_config_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp4/json_config_parser.cc b/src/bin/dhcp4/json_config_parser.cc index 2faf1df9be..1a7be10172 100644 --- a/src/bin/dhcp4/json_config_parser.cc +++ b/src/bin/dhcp4/json_config_parser.cc @@ -255,7 +255,7 @@ protected: } /// @brief Determines if the given option space name and code describe - /// a standard option for the DCHP4 server. + /// a standard option for the DHCP4 server. /// /// @param option_space is the name of the option space to consider /// @param code is the numeric option code to consider -- 2.47.2