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/curl_sspi.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/curl_sspi.c')
-rw-r--r-- | lib/curl_sspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index 7d1934297..1d0de4ed3 100644 --- a/lib/curl_sspi.c +++ b/lib/curl_sspi.c @@ -132,7 +132,7 @@ void Curl_sspi_global_cleanup(void) * Parameters: * * userp [in] - The user name in the format User or Domain\User. - * passdwp [in] - The user's password. + * passwdp [in] - The user's password. * identity [in/out] - The identity structure. * * Returns CURLE_OK on success. |