mirror of
https://github.com/curl/curl.git
synced 2026-04-19 04:21:15 +03:00
sasl_sspi: Fixed typo in comment
This commit is contained in:
parent
085081fc6e
commit
2e121fda35
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue