]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Sat, 7 May 2005 17:13:18 +0000 (10:13 -0700)
committerhniksic <devnull@localhost>
Sat, 7 May 2005 17:13:18 +0000 (10:13 -0700)
src/http.c

index 2add14a6c1d1834fab7192e89b6b76ae05e66ae8..5562b037159dd09899fdda89484b06fe1aea8d65 100644 (file)
@@ -2681,8 +2681,8 @@ http_atotm (const char *time_string)
    and Microsoft-specific.  */
 
 /* Create the authentication header contents for the `Basic' scheme.
-   This is done by encoding the string `USER:PASS' in base64 and
-   prepending `HEADER: Basic ' to it.  */
+   This is done by encoding the string "USER:PASS" to base64 and
+   prepending the string "Basic " in front of it.  */
 
 static char *
 basic_authentication_encode (const char *user, const char *passwd)