aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl_sspi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-12 11:56:10 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-12 11:56:10 +0000
commitdbb90e7e9f988534fc972d5789a666243b073949 (patch)
tree375f2a8d51fbcde632f24ec97c3b1db632eca465 /lib/curl_sasl_sspi.c
parent06ccaa0c68eba7d16531a00620724d4b1170ecdd (diff)
ntlm: Corrected some typos in function descriptions
Diffstat (limited to 'lib/curl_sasl_sspi.c')
-rw-r--r--lib/curl_sasl_sspi.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c
index 787eabfa3..5d0104014 100644
--- a/lib/curl_sasl_sspi.c
+++ b/lib/curl_sasl_sspi.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2014 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2014 - 2016 Daniel Stenberg, <daniel@haxx.se>, et al.
* Copyright (C) 2014 - 2015, Steve Holme, <steve_holme@hotmail.com>.
*
* This software is licensed as described in the file COPYING, which
@@ -583,7 +583,7 @@ void Curl_sasl_digest_cleanup(struct digestdata *digest)
*
* userp [in] - The user name in the format User or Domain\User.
* passdwp [in] - The user's password.
-* ntlm [in/out] - The ntlm data struct being used and modified.
+* ntlm [in/out] - The NTLM data struct being used and modified.
* outptr [in/out] - The address where a pointer to newly allocated memory
* holding the result will be stored upon completion.
* outlen [out] - The length of the output message.
@@ -694,7 +694,7 @@ CURLcode Curl_sasl_create_ntlm_type1_message(const char *userp,
*
* data [in] - The session handle.
* type2msg [in] - The base64 encoded type-2 message.
-* ntlm [in/out] - The ntlm data struct being used and modified.
+* ntlm [in/out] - The NTLM data struct being used and modified.
*
* Returns CURLE_OK on success.
*/
@@ -742,7 +742,7 @@ CURLcode Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data,
* data [in] - The session handle.
* userp [in] - The user name in the format User or Domain\User.
* passdwp [in] - The user's password.
-* ntlm [in/out] - The ntlm data struct being used and modified.
+* ntlm [in/out] - The NTLM data struct being used and modified.
* outptr [in/out] - The address where a pointer to newly allocated memory
* holding the result will be stored upon completion.
* outlen [out] - The length of the output message.
@@ -811,11 +811,11 @@ CURLcode Curl_sasl_create_ntlm_type3_message(struct SessionHandle *data,
/*
* Curl_sasl_ntlm_cleanup()
*
- * This is used to clean up the ntlm specific data.
+ * This is used to clean up the NTLM specific data.
*
* Parameters:
*
- * ntlm [in/out] - The ntlm data struct being cleaned up.
+ * ntlm [in/out] - The NTLM data struct being cleaned up.
*
*/
void Curl_sasl_ntlm_cleanup(struct ntlmdata *ntlm)