]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: initialize
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:43:47 +0000 (13:43 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:43:47 +0000 (13:43 -0400)
src/lib/cc/json_feed.cc
src/lib/http/request_parser.cc

index 6a039490c4bfe27c7e67a060549a6571f4c96092..554b54963e38e758c36cea9ddd619b337b75c791 100644 (file)
@@ -35,7 +35,7 @@ JSONFeed::JSONFeed()
 
 void
 JSONFeed::initModel() {
-    // Intialize dictionaries of events and states.
+    // Initialize dictionaries of events and states.
     initDictionaries();
 
     // Set the current state to starting state and enter the run loop.
index 3dbfdb0a2973fea242108b5b995598c25377e8de..0257a754ef1e3d30322fb48b5dee2af144e632e1 100644 (file)
@@ -51,7 +51,7 @@ HttpRequestParser::HttpRequestParser(HttpRequest& request)
 
 void
 HttpRequestParser::initModel() {
-    // Intialize dictionaries of events and states.
+    // Initialize dictionaries of events and states.
     initDictionaries();
 
     // Set the current state to starting state and enter the run loop.