From c6aa65d3c623554be2d88778881ef4b35016089f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 14:58:34 -0400 Subject: [PATCH] spelling: occurs --- src/lib/cc/json_feed.cc | 2 +- src/lib/http/request_parser.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.2