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/arpa_telnet.h | |
parent | 9230be0797cc7d155240fd38d07bee041527bbc2 (diff) | |
download | curl-1702a2c08d3a0ed5945f34e6cd38436611f65164.tar.gz |
Fix a couple of spelling errors in lib/
Found with codespell.
Diffstat (limited to 'lib/arpa_telnet.h')
-rw-r--r-- | lib/arpa_telnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arpa_telnet.h b/lib/arpa_telnet.h index ddb14f6fe..6626928b5 100644 --- a/lib/arpa_telnet.h +++ b/lib/arpa_telnet.h @@ -26,7 +26,7 @@ * Telnet option defines. Add more here if in need. */ #define CURL_TELOPT_BINARY 0 /* binary 8bit data */ -#define CURL_TELOPT_SGA 3 /* Supress Go Ahead */ +#define CURL_TELOPT_SGA 3 /* Suppress Go Ahead */ #define CURL_TELOPT_EXOPL 255 /* EXtended OPtions List */ #define CURL_TELOPT_TTYPE 24 /* Terminal TYPE */ #define CURL_TELOPT_XDISPLOC 35 /* X DISPlay LOCation */ |