From 1702a2c08d3a0ed5945f34e6cd38436611f65164 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 19 Apr 2011 15:54:13 +0200 Subject: Fix a couple of spelling errors in lib/ Found with codespell. --- lib/arpa_telnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arpa_telnet.h') 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 */ -- cgit v1.2.3