aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-05-30 20:56:37 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-05-30 20:56:37 +0100
commit3c14c524c589632ba0a715f0f9095388b2174d96 (patch)
tree7f8a5d88236d0fe58231fd3f20274545d1f82b3a /lib/curl_ntlm_msgs.c
parent8e860c16625d65b63042731f5c343775bcb34983 (diff)
curl_ntlm_msgs.c: Corrected small spelling mistake in comments
Diffstat (limited to 'lib/curl_ntlm_msgs.c')
-rw-r--r--lib/curl_ntlm_msgs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c
index c88d98b28..e097c40a8 100644
--- a/lib/curl_ntlm_msgs.c
+++ b/lib/curl_ntlm_msgs.c
@@ -359,7 +359,7 @@ static void unicodecpy(unsigned char *dest,
* 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.
- * outptr [in/out] - The adress where a pointer to newly allocated memory
+ * 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.
*
@@ -580,7 +580,7 @@ CURLcode Curl_ntlm_create_type1_message(const char *userp,
* 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.
- * outptr [in/out] - The adress where a pointer to newly allocated memory
+ * 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.
*