From: Michael Wallner Date: Mon, 16 Feb 2015 17:41:55 +0000 (+0100) Subject: typo X-Git-Tag: RELEASE_2_3_0_RC1~16 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f734b740f69cd3d3962d8165d399ca348a1db49a typo --- diff --git a/php_http_message_parser.c b/php_http_message_parser.c index 7cdbdea..3b55efb 100644 --- a/php_http_message_parser.c +++ b/php_http_message_parser.c @@ -139,7 +139,7 @@ php_http_message_parser_state_t php_http_message_parser_parse_stream(php_http_me case PHP_HTTP_MESSAGE_PARSER_STATE_HEADER_DONE: /* read line */ php_stream_get_line(s, buf->data + buf->used, buf->free, &justread); - /* of we fail reading a whole line, try a single char */ + /* if we fail reading a whole line, try a single char */ if (!justread) { int c = php_stream_getc(s);