From: Wez Furlong Date: Sun, 11 Aug 2002 18:51:40 +0000 (+0000) Subject: Missing word... X-Git-Tag: php-4.3.0dev_zend2_alpha3~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fe62cf0fbd0d80d75656541304867466827f564;p=php Missing word... --- diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index 0fdd74d873..71989e53bd 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -87,7 +87,7 @@ php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, ch size_t chunk_size = 0, file_size = 0; if (strchr(mode, 'a') || strchr(mode, '+') || strchr(mode, 'w')) { - php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not writeable connections."); + php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not support writeable connections."); return NULL; }