Browse Source

trivial typo fix in comment

Jeremy C. Reed 10 years ago
parent
commit
48cb017161
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp4/json_config_parser.cc

+ 1 - 1
src/bin/dhcp4/json_config_parser.cc

@@ -255,7 +255,7 @@ protected:
     }
     }
 
 
     /// @brief Determines if the given option space name and code describe
     /// @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 option_space is the name of the option space to consider
     /// @param code is the numeric option code to consider
     /// @param code is the numeric option code to consider