]> granicus.if.org Git - php/commitdiff
- fix typo in comment
authorJan Lehnardt <jan@php.net>
Sat, 14 Sep 2002 12:09:47 +0000 (12:09 +0000)
committerJan Lehnardt <jan@php.net>
Sat, 14 Sep 2002 12:09:47 +0000 (12:09 +0000)
ext/standard/http_fopen_wrapper.c

index a5ed56ba5dc2a360115d0e38513df37f77075a67..82cffcf8eceed2e97828925775a748a48d9a2795 100644 (file)
@@ -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));