1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

sasl_sspi: Fixed typo in comment

This commit is contained in:
Steve Holme 2014-10-28 22:47:22 +00:00
parent 085081fc6e
commit 2e121fda35

View File

@ -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;