From: Steve Holme Date: Tue, 28 Oct 2014 22:47:22 +0000 (+0000) Subject: sasl_sspi: Fixed typo in comment X-Git-Tag: curl-7_39_0~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e121fda355ecc94e155d27adbd21525aa60fdba;p=thirdparty%2Fcurl.git sasl_sspi: Fixed typo in comment --- diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c index 8192f0d6b3..a5557b98a1 100644 --- a/lib/curl_sasl_sspi.c +++ b/lib/curl_sasl_sspi.c @@ -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;