From: Jeremy C. Reed Date: Mon, 11 Aug 2014 19:12:37 +0000 (+0000) Subject: trivial typo fix in comment X-Git-Tag: trac3482_base~41^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48cb017161fefc2e132e933b65d90e99b126ba86;p=thirdparty%2Fkea.git trivial typo fix in comment --- 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