aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vauth/digest.c')
-rw-r--r--lib/vauth/digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/digest.c b/lib/vauth/digest.c
index f6ff5a088..56db592c1 100644
--- a/lib/vauth/digest.c
+++ b/lib/vauth/digest.c
@@ -317,7 +317,7 @@ static CURLcode auth_decode_digest_md5_message(const char *chlg64,
* chlg64 [in] - The base64 encoded challenge message.
* userp [in] - The user name.
* passdwp [in] - The user's password.
- * service [in] - The service type such as www, smtp, pop or imap.
+ * service [in] - The service type such as http, smtp, pop or imap.
* outptr [in/out] - The address where a pointer to newly allocated memory
* holding the result will be stored upon completion.
* outlen [out] - The length of the output message.