From b874629b2d5823b7f52055a9784cc2e34cd48efb Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Thu, 4 Dec 2014 21:06:59 -0600 Subject: Spelling fixes --- deps/http-parser/http_parser.c | 2 +- deps/regex/regex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'deps') diff --git a/deps/http-parser/http_parser.c b/deps/http-parser/http_parser.c index 203530254..c42e5010b 100644 --- a/deps/http-parser/http_parser.c +++ b/deps/http-parser/http_parser.c @@ -1569,7 +1569,7 @@ size_t http_parser_execute (http_parser *parser, /* Here we call the headers_complete callback. This is somewhat * different than other callbacks because if the user returns 1, we * will interpret that as saying that this message has no body. This - * is needed for the annoying case of recieving a response to a HEAD + * is needed for the annoying case of receiving a response to a HEAD * request. * * We'd like to use CALLBACK_NOTIFY_NOADVANCE() here but we cannot, so diff --git a/deps/regex/regex.c b/deps/regex/regex.c index 225a001ee..e1b4baf0d 100644 --- a/deps/regex/regex.c +++ b/deps/regex/regex.c @@ -20,7 +20,7 @@ #include "config.h" -/* Make sure noone compiles this code with a C++ compiler. */ +/* Make sure no one compiles this code with a C++ compiler. */ #ifdef __cplusplus # error "This is C code, use a C compiler" #endif -- cgit v1.2.1