Commit d43c7bd050cd461b13f4b5aa30f14010c5b2b611

Carlos Martín Nieto 2014-12-05T08:13:43

Rever spelling fixes for dependencies This is not our code and it adds unecessary changes from the upstream code.

diff --git a/deps/http-parser/http_parser.c b/deps/http-parser/http_parser.c
index c42e501..2035302 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 receiving a response to a HEAD
+         * is needed for the annoying case of recieving 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 e1b4baf..225a001 100644
--- a/deps/regex/regex.c
+++ b/deps/regex/regex.c
@@ -20,7 +20,7 @@
 
 #include "config.h"
 
-/* Make sure no one compiles this code with a C++ compiler.  */
+/* Make sure noone compiles this code with a C++ compiler.  */
 #ifdef __cplusplus
 # error "This is C code, use a C compiler"
 #endif