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

index 554b54963e38e758c36cea9ddd619b337b75c791..40a0e4420c508bd1f55b9b6332cd4428d4b59a10 100644 (file)
@@ -168,7 +168,7 @@ JSONFeed::getNextFromBuffer() {
     unsigned int ev = getNextEvent();
     char c = '\0';
     // The caller should always provide additional data when the
-    // NEED_MORE_DATA_EVT occurrs. If the next event is still
+    // NEED_MORE_DATA_EVT occurs. If the next event is still
     // NEED_MORE_DATA_EVT it indicates that the caller hasn't provided
     // the data.
     if (ev == NEED_MORE_DATA_EVT) {
index 0257a754ef1e3d30322fb48b5dee2af144e632e1..f77a9eef4bb1b358a938dd355e7b3667e8ca53cf 100644 (file)
@@ -236,7 +236,7 @@ HttpRequestParser::getNextFromBuffer() {
     unsigned int ev = getNextEvent();
     char c = '\0';
     // The caller should always provide additional data when the
-    // NEED_MORE_DATA_EVT occurrs. If the next event is still
+    // NEED_MORE_DATA_EVT occurs. If the next event is still
     // NEED_MORE_DATA_EVT it indicates that the caller hasn't provided
     // the data.
     if (ev == NEED_MORE_DATA_EVT) {