summaryrefslogtreecommitdiff
path: root/lib/vauth/krb5_sspi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-04-06 00:21:07 +0100
committerSteve Holme <steve_holme@hotmail.com>2016-04-06 00:21:07 +0100
commitcbc52ff34143c50374d3f8df57035497543582ff (patch)
tree36e668a7441968b7b61cd7a8a693ef7c6f7dcd0b /lib/vauth/krb5_sspi.c
parentea3366c646c998b29a737ef7db5a866d293e27db (diff)
downloadgnurl-cbc52ff34143c50374d3f8df57035497543582ff.tar.gz
gnurl-cbc52ff34143c50374d3f8df57035497543582ff.tar.bz2
gnurl-cbc52ff34143c50374d3f8df57035497543582ff.zip
vauth: Corrected a number of typos in comments
Reported-by: Michael Osipov
Diffstat (limited to 'lib/vauth/krb5_sspi.c')
-rw-r--r--lib/vauth/krb5_sspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vauth/krb5_sspi.c b/lib/vauth/krb5_sspi.c
index 0bc3a16f6..c835ae141 100644
--- a/lib/vauth/krb5_sspi.c
+++ b/lib/vauth/krb5_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.
* mutual_auth [in] - Flag specifing whether or not mutual authentication
* is enabled.
@@ -381,7 +381,7 @@ CURLcode Curl_auth_create_gssapi_security_message(struct SessionHandle *data,
/* Populate the message with the security layer, client supported receive
message size and authorization identity including the 0x00 based
- terminator. Note: Dispite RFC4752 Section 3.1 stating "The authorization
+ terminator. Note: Despite RFC4752 Section 3.1 stating "The authorization
identity is not terminated with the zero-valued (%x00) octet." it seems
necessary to include it. */
outdata = htonl(max_size) | sec_layer;