1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

sasl: Corrected Curl_sasl_build_spn() function description

There was a mismatch in function parameter names.
This commit is contained in:
Steve Holme 2014-11-15 18:35:40 +00:00
parent 532efa9ce9
commit 08f9c90981
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.
*/