Browse Source

spelling: initialize

Josh Soref 7 years ago
parent
commit
9755171e82
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lib/cc/json_feed.cc
  2. 1 1
      src/lib/http/request_parser.cc

+ 1 - 1
src/lib/cc/json_feed.cc

@@ -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.

+ 1 - 1
src/lib/http/request_parser.cc

@@ -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.