diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-10-03 10:27:27 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-10-03 10:27:27 +0200 |
commit | e182fc1613196540df12bcaa846e79f80aa5432c (patch) | |
tree | e0ec9f12b18564a7970171cca74d98ce22284a48 /lib/vauth/cleartext.c | |
parent | af996626885b82dcf25b93de8e0041be6c4f1555 (diff) | |
download | curl-e182fc1613196540df12bcaa846e79f80aa5432c.tar.gz |
comment: Fix multiple typos in function parameters
Ensure that the parameters in the comment match the actual names in the
prototype.
Closes #3079
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'lib/vauth/cleartext.c')
-rw-r--r-- | lib/vauth/cleartext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/cleartext.c b/lib/vauth/cleartext.c index 5d61ce6dc..a10edbdc7 100644 --- a/lib/vauth/cleartext.c +++ b/lib/vauth/cleartext.c @@ -50,7 +50,7 @@ * * data [in] - The session handle. * 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. |