diff options
-rw-r--r-- | ext/standard/http_fopen_wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c index a5ed56ba5d..82cffcf8ec 100644 --- a/ext/standard/http_fopen_wrapper.c +++ b/ext/standard/http_fopen_wrapper.c @@ -164,7 +164,7 @@ php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, ch /* send it */ php_stream_write(stream, scratch, strlen(scratch)); - /* authz header if it was specified */ + /* auth header if it was specified */ if (resource->user && resource->pass) { /* decode the strings first */ php_url_decode(resource->user, strlen(resource->user)); |