aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-15 18:35:40 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-15 18:35:40 +0000
commit08f9c909813c7b7ed09ff801fb6173d424b473f4 (patch)
tree37c6dabf255bbbc8a6bd081a8e210eb33e7213b7
parent532efa9ce9caf02327c7938512cd297c99b186d9 (diff)
sasl: Corrected Curl_sasl_build_spn() function description
There was a mismatch in function parameter names.
-rw-r--r--lib/curl_sasl.c2
-rw-r--r--lib/curl_sasl_sspi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 3600fa2fe..1e2b216f9 100644
--- a/lib/curl_sasl.c
+++ b/lib/curl_sasl.c
@@ -254,7 +254,7 @@ static CURLcode sasl_digest_get_qop_values(const char *options, int *value)
* Parameters:
*
* serivce [in] - The service type such as www, smtp, pop or imap.
- * instance [in] - The instance name such as the host nme or realm.
+ * host [in] - The host name or realm.
*
* Returns a pointer to the newly allocated SPN.
*/
diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c
index 10906e539..6b8e67366 100644
--- a/lib/curl_sasl_sspi.c
+++ b/lib/curl_sasl_sspi.c
@@ -55,7 +55,7 @@
* Parameters:
*
* serivce [in] - The service type such as www, smtp, pop or imap.
- * instance [in] - The instance name such as the host nme or realm.
+ * host [in] - The host name or realm.
*
* Returns a pointer to the newly allocated SPN.
*/