mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
sasl_sspi: Fixed typo in comment
This commit is contained in:
parent
085081fc6e
commit
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;
|
||||
|
Loading…
Reference in New Issue
Block a user