aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vauth/cram.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vauth/cram.c')
-rw-r--r--lib/vauth/cram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/cram.c b/lib/vauth/cram.c
index 3074a163..d148618b 100644
--- a/lib/vauth/cram.c
+++ b/lib/vauth/cram.c
@@ -81,7 +81,7 @@ CURLcode Curl_auth_decode_cram_md5_message(const char *chlg64, char **outptr,
* data [in] - The session handle.
* chlg [in] - The challenge.
* userp [in] - The user name.
- * passdwp [in] - The user's password.
+ * passwdp [in] - The user's password.
* 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.