From: foobar Date: Thu, 26 Feb 2004 00:13:30 +0000 (+0000) Subject: MFB: typofix X-Git-Tag: RELEASE_0_2_0~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=639073bd2ae62d8f88425dc4cfb1d956e209a30d;p=php MFB: typofix --- diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index 244ffa1b6f..c4f08dfd5e 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -400,7 +400,7 @@ php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path, zend_hash_next_index_insert(Z_ARRVAL_PP(response_header), &http_response, sizeof(zval *), NULL); } } else { - php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, unexpected end of socket.!"); + php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, unexpected end of socket!"); goto out; }