summaryrefslogtreecommitdiff
path: root/lib/vauth/spnego_gssapi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-01 19:07:49 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-01 19:07:49 +0100
commit5bdb4c13c265836054de341ed15356fbbe69ead1 (patch)
tree3ff10a613d6988cbb33ac4650d131a1eecab5fe9 /lib/vauth/spnego_gssapi.c
parent0c331b899985cd9e805b60d2b68001dfdda11559 (diff)
downloadcurl-5bdb4c13c265836054de341ed15356fbbe69ead1.tar.gz
spnego: Corrected some typos in comments
Corrected typos from commit ad5e9bfd5d and 6d6f9ca1d9.
Diffstat (limited to 'lib/vauth/spnego_gssapi.c')
-rw-r--r--lib/vauth/spnego_gssapi.c2
1 files changed, 1 insertions, 1 deletions
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.
*