diff options
author | Fabian Keil <fk@fabiankeil.de> | 2011-04-19 15:54:13 +0200 |
---|---|---|
committer | Julien Chaffraix <julien.chaffraix@gmail.com> | 2011-04-21 07:55:53 -0700 |
commit | 1702a2c08d3a0ed5945f34e6cd38436611f65164 (patch) | |
tree | e72941241445237dc35527c098d6c2ca098bfaa5 /lib/curl_sspi.h | |
parent | 9230be0797cc7d155240fd38d07bee041527bbc2 (diff) | |
download | curl-1702a2c08d3a0ed5945f34e6cd38436611f65164.tar.gz |
Fix a couple of spelling errors in lib/
Found with codespell.
Diffstat (limited to 'lib/curl_sspi.h')
-rw-r--r-- | lib/curl_sspi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h index 221bce128..c0e4f368f 100644 --- a/lib/curl_sspi.h +++ b/lib/curl_sspi.h @@ -29,7 +29,7 @@ #include <curl/curl.h> /* - * When including the folowing three headers, it is mandatory to define either + * When including the following three headers, it is mandatory to define either * SECURITY_WIN32 or SECURITY_KERNEL, indicating who is compiling the code. */ |