From cbc52ff34143c50374d3f8df57035497543582ff Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 6 Apr 2016 00:21:07 +0100 Subject: vauth: Corrected a number of typos in comments Reported-by: Michael Osipov --- lib/vauth/krb5_sspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/vauth/krb5_sspi.c') 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; -- cgit v1.2.3