]> granicus.if.org Git - curl/commitdiff
spnego: Corrected some typos in comments
authorSteve Holme <steve_holme@hotmail.com>
Fri, 1 Apr 2016 18:07:49 +0000 (19:07 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 1 Apr 2016 18:07:49 +0000 (19:07 +0100)
Corrected typos from commit ad5e9bfd5d and 6d6f9ca1d9.

lib/vauth/spnego_gssapi.c
lib/vauth/spnego_sspi.c

index 2f50daaa5d103e16ea857759f1b1a54fe1918795..5b87caef37e406d1f916759d37064a02f0b68eb8 100644 (file)
@@ -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.
  *
index b60994c2d6c4843f85af47bb06c67d7941ea1163..3d6259c41170c6d1485b429f7031e554e08ea9f9 100644 (file)
@@ -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.
  *