From: Yang Tse Date: Fri, 30 Jan 2009 01:54:22 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: curl-7_19_4~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6312d66fe7dfcc096fcc5de0e065add6941ad4;p=thirdparty%2Fcurl.git fix typo in comment --- diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index 36a498e532..47e7d5e239 100644 --- a/lib/curl_sspi.c +++ b/lib/curl_sspi.c @@ -52,7 +52,7 @@ PSecurityFunctionTableA s_pSecFn = NULL; * the need to directly link libcurl, nor the application using it, at * build time. * - * Once this function has been execured, Windows SSPI functions can be + * Once this function has been executed, Windows SSPI functions can be * called through the Security Service Provider Interface dispatch table. */