mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
This commit is contained in:
parent
71c39f2965
commit
4bd91bc474
22 changed files with 32 additions and 32 deletions
|
|
@ -1017,7 +1017,7 @@ static void sendsuboption(struct connectdata *conn, int option)
|
|||
CURL_SB_ACCUM(tn, CURL_IAC);
|
||||
CURL_SB_ACCUM(tn, CURL_SB);
|
||||
CURL_SB_ACCUM(tn, CURL_TELOPT_NAWS);
|
||||
/* We must deal either with litte or big endian processors */
|
||||
/* We must deal either with little or big endian processors */
|
||||
/* Window size must be sent according to the 'network order' */
|
||||
x = htons(tn->subopt_wsx);
|
||||
y = htons(tn->subopt_wsy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue