8000 correct spelling mistake · DavidKorczynski/http-parser@ef43c1c · GitHub
[go: up one dir, main page]

Skip to content

Commit ef43c1c

Browse files
committed
correct spelling mistake
1 parent 6243ad6 commit ef43c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_parser/http_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ size_t http_parser_execute (http_parser *parser,
15871587
/* Here we call the headers_complete callback. This is somewhat
15881588
* different than other callbacks because if the user returns 1, we
15891589
* will interpret that as saying that this message has no body. This
1590-
* is needed for the annoying case of recieving a response to a HEAD
1590+
* is needed for the annoying case of receiving a response to a HEAD
15911591
* request.
15921592
*
15931593
* We'd like to use CALLBACK_NOTIFY_NOADVANCE() here but we cannot, so

0 commit comments

Comments
 (0)
0