Skip to content

Commit

Permalink
sasl_sspi: Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-caveman2k committed Oct 28, 2014
1 parent 085081f commit 2e121fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_sasl_sspi.c
Expand Up @@ -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;
Expand Down

0 comments on commit 2e121fd

Please sign in to comment.