mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
lib: fix comment typos
Five separate ones, found by codespell Closes #12390
This commit is contained in:
parent
323df4261c
commit
0510e8b58c
5 changed files with 5 additions and 5 deletions
|
|
@ -405,7 +405,7 @@ CONNECT_REQ_INIT:
|
|||
if(plen > 255) {
|
||||
/* there is no real size limit to this field in the protocol, but
|
||||
SOCKS5 limits the proxy user field to 255 bytes and it seems likely
|
||||
that a longer field is either a mistake or malicous input */
|
||||
that a longer field is either a mistake or malicious input */
|
||||
failf(data, "Too long SOCKS proxy user name");
|
||||
return CURLPX_LONG_USER;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue