diff options
author | Ondřej Surý <ondrej@sury.org> | 2015-01-26 19:40:07 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2015-01-26 19:40:07 +0100 |
commit | fe2d2f0fda6cca49b59742da0b3e43c407794de5 (patch) | |
tree | 2adf7000d3a63d35d934d72ba401c16b3a2ccd7e /sapi/cli/php_http_parser.c | |
parent | 02258b762e22b2ac77a5113ee4d81d5dd0425d53 (diff) | |
download | php-fe2d2f0fda6cca49b59742da0b3e43c407794de5.tar.gz |
Revert "New upstream version 5.5.21+dfsg"
This reverts commit 02258b762e22b2ac77a5113ee4d81d5dd0425d53.
Diffstat (limited to 'sapi/cli/php_http_parser.c')
-rw-r--r-- | sapi/cli/php_http_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_http_parser.c b/sapi/cli/php_http_parser.c index 2fc040549..d3bc496f4 100644 --- a/sapi/cli/php_http_parser.c +++ b/sapi/cli/php_http_parser.c @@ -1378,7 +1378,7 @@ size_t php_http_parser_execute (php_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. */ if (settings->on_headers_complete) { |