diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-04-06 00:21:07 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-04-06 00:21:07 +0100 |
commit | cbc52ff34143c50374d3f8df57035497543582ff (patch) | |
tree | 36e668a7441968b7b61cd7a8a693ef7c6f7dcd0b /lib/vauth/spnego_sspi.c | |
parent | ea3366c646c998b29a737ef7db5a866d293e27db (diff) | |
download | curl-cbc52ff34143c50374d3f8df57035497543582ff.tar.gz |
vauth: Corrected a number of typos in comments
Reported-by: Michael Osipov
Diffstat (limited to 'lib/vauth/spnego_sspi.c')
-rw-r--r-- | lib/vauth/spnego_sspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/spnego_sspi.c b/lib/vauth/spnego_sspi.c index 3530ef320..905132fd2 100644 --- a/lib/vauth/spnego_sspi.c +++ b/lib/vauth/spnego_sspi.c @@ -50,7 +50,7 @@ * data [in] - The session handle. * userp [in] - The user name in the format User or Domain\User. * 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. * host [in] - The host name. * chlg64 [in] - The optional base64 encoded challenge message. * nego [in/out] - The Negotiate data struct being used and modified. |