Skip to content

Commit

Permalink
Rever spelling fixes for dependencies
Browse files Browse the repository at this point in the history
This is not our code and it adds unecessary changes from the upstream
code.
  • Loading branch information
carlosmn committed Dec 5, 2014
1 parent 30ec052 commit d43c7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/http-parser/http_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps/regex/regex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d43c7bd

Please sign in to comment.