]> granicus.if.org Git - curl/commitdiff
curl_ntlm_msgs.c: Corrected small spelling mistake in comments
authorSteve Holme <steve_holme@hotmail.com>
Wed, 30 May 2012 19:56:37 +0000 (20:56 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 30 May 2012 19:56:37 +0000 (20:56 +0100)
lib/curl_ntlm_msgs.c

index c88d98b284fd4c371f95472828e1b58f13f23400..e097c40a87b1203d25f6e28b86d3a71c0cdfb90b 100644 (file)
@@ -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.
  *