From: Steve Holme Date: Fri, 1 Apr 2016 18:07:49 +0000 (+0100) Subject: spnego: Corrected some typos in comments X-Git-Tag: curl-7_49_0~244 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bdb4c13c265836054de341ed15356fbbe69ead1;p=curl spnego: Corrected some typos in comments Corrected typos from commit ad5e9bfd5d and 6d6f9ca1d9. --- diff --git a/lib/vauth/spnego_gssapi.c b/lib/vauth/spnego_gssapi.c index 2f50daaa5..5b87caef3 100644 --- a/lib/vauth/spnego_gssapi.c +++ b/lib/vauth/spnego_gssapi.c @@ -52,7 +52,7 @@ * 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. - * hostname [in] - The host name. + * host [in] - The host name. * chlg64 [in] - The optional base64 encoded challenge message. * nego [in/out] - The Negotiate data struct being used and modified. * diff --git a/lib/vauth/spnego_sspi.c b/lib/vauth/spnego_sspi.c index b60994c2d..3d6259c41 100644 --- a/lib/vauth/spnego_sspi.c +++ b/lib/vauth/spnego_sspi.c @@ -51,7 +51,7 @@ * 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. - * hostname [in] - The host name. + * host [in] - The host name. * chlg64 [in] - The optional base64 encoded challenge message. * nego [in/out] - The Negotiate data struct being used and modified. *