diff options
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 eb21e7e..2c9e38d 100644 --- a/lib/curl_sspi.c +++ b/lib/curl_sspi.c @@ -134,7 +134,7 @@ void Curl_sspi_global_cleanup(void) * * Parameters: * - * userp [in] - The user name in the format User or Domain\User. + * userp [in] - The username in the format User or Domain\User. * passwdp [in] - The user's password. * identity [in/out] - The identity structure. * |