Commit 08f9c909 authored by Steve Holme's avatar Steve Holme
Browse files

sasl: Corrected Curl_sasl_build_spn() function description

There was a mismatch in function parameter names.
parent 532efa9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */