From: hniksic Date: Sat, 7 May 2005 17:13:18 +0000 (-0700) Subject: [svn] Doc fix. X-Git-Tag: v1.13~1069 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=58828beb5f2a2c311d6f13b4eacc9223a6350bd3 [svn] Doc fix. --- diff --git a/src/http.c b/src/http.c index 2add14a6..5562b037 100644 --- a/src/http.c +++ b/src/http.c @@ -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)