Parcourir la source

[4096] speliing

Francis Dupont il y a 9 ans
Parent
commit
5bb87b1ef4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc

@@ -44,7 +44,7 @@ protected:
     /// occur.
     /// @return Returns a pointer to class instance created, or NULL if
     /// for some unforeseen reason it wasn't created in the local dictionary
-    /// @throw indirectly, execptions convertring the JSON text to elements,
+    /// @throw indirectly, exceptions convertring the JSON text to elements,
     /// or by the parsing itself are not caught
     ClientClassDefPtr parseClientClassDef(const std::string& config,
                                           Option::Universe universe) {