diff options
author | Yang Tse <yangsita@gmail.com> | 2009-01-30 01:54:22 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-01-30 01:54:22 +0000 |
commit | 0a6312d66fe7dfcc096fcc5de0e065add6941ad4 (patch) | |
tree | 671c0ba37f14cc5d5f147e3104dcd92914e33fbf /lib | |
parent | a97f52db2082f94860b4eda9bf80a1b6201123fa (diff) | |
download | curl-0a6312d66fe7dfcc096fcc5de0e065add6941ad4.tar.gz |
fix typo in comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/curl_sspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index 36a498e53..47e7d5e23 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. */ |