Parcourir la source

spelling: initial

Josh Soref il y a 7 ans
Parent
commit
3331fda2e3

+ 1 - 1
src/lib/dhcpsrv/parsers/dhcp_parsers.cc

@@ -417,7 +417,7 @@ OptionDataParser::createOption(ConstElementPtr option_data) {
     OptionDescriptor desc(false);
 
     if (!def) {
-        // @todo We have a limited set of option definitions initalized at
+        // @todo We have a limited set of option definitions initialized at
         // the moment.  In the future we want to initialize option definitions
         // for all options.  Consequently an error will be issued if an option
         // definition does not exist for a particular option code. For now it is

+ 1 - 1
src/lib/log/message_initializer.h

@@ -137,7 +137,7 @@ private:
 
     /// \brief Holds the pointer to the global dictionary.
     ///
-    /// One or more instances of \c MessageInitalizer are created statically,
+    /// One or more instances of \c MessageInitializer are created statically,
     /// the \c MessageDictionary being created by the first one to run. As the
     /// \c MessageDictionary is also accessed by the \c MessageInitializer
     /// destructor, a smart pointer to it is kept.  This avoids the possibility

+ 1 - 1
src/share/database/scripts/mysql/dhcpdb_create.mysql

@@ -103,7 +103,7 @@ START TRANSACTION;
 INSERT INTO schema_version VALUES (1, 0);
 COMMIT;
 
-# This line concludes database initalization to version 1.0.
+# This line concludes database initialization to version 1.0.
 
 # This line starts database upgrade to version 2.0.
 ALTER TABLE lease6