[svn] Doc fix.

This commit is contained in:
hniksic 2005-05-07 10:13:18 -07:00
parent 247387fef5
commit 58828beb5f
1 changed files with 2 additions and 2 deletions

View 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)