]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: initial
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:28:07 +0000 (13:28 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:28:07 +0000 (13:28 -0400)
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
src/lib/log/message_initializer.h
src/share/database/scripts/mysql/dhcpdb_create.mysql

index 73ceb07bbf450c961f709af12f79a44187757d4d..74521cd8c9f62814c26feb39e2e520c937e6ebe7 100644 (file)
@@ -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
index eed01c4b7e2b338f960d64939aab8f1637778ab5..491a578ed09deefd4f521ac47a020df54e9f31f7 100644 (file)
@@ -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
index 1ebbcee3486d70898d1d0859646d57a585aa74a5..f38e6fefc942f59dc7661264c5397dc77d744302 100644 (file)
@@ -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