Parcourir la source

trivial typo fix in comment

Jeremy C. Reed il y a 10 ans
Parent
commit
48cb017161
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
-    /// 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