From: Josh Soref Date: Sun, 23 Jul 2017 18:58:34 +0000 (-0400) Subject: spelling: occurs X-Git-Tag: trac5124a_base~35^2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6aa65d3c623554be2d88778881ef4b35016089f;p=thirdparty%2Fkea.git spelling: occurs --- diff --git a/src/lib/cc/json_feed.cc b/src/lib/cc/json_feed.cc index 554b54963e..40a0e4420c 100644 --- a/src/lib/cc/json_feed.cc +++ b/src/lib/cc/json_feed.cc @@ -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) { diff --git a/src/lib/http/request_parser.cc b/src/lib/http/request_parser.cc index 0257a754ef..f77a9eef4b 100644 --- a/src/lib/http/request_parser.cc +++ b/src/lib/http/request_parser.cc @@ -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) {