sasl_sspi: Fixed typo in comment
This commit is contained in:
Родитель
085081fc6e
Коммит
2e121fda35
|
@ -262,7 +262,7 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
|
|||
/* Free the response buffer */
|
||||
Curl_safefree(resp);
|
||||
|
||||
/* Free the decoeded challenge message */
|
||||
/* Free the decoded challenge message */
|
||||
Curl_safefree(chlg);
|
||||
|
||||
return result;
|
||||
|
|
Загрузка…
Ссылка в новой задаче