Browse Source

[4096] speliing

Francis Dupont 9 years ago
parent
commit
5bb87b1ef4
1 changed files with 1 additions and 1 deletions
  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) {