lib: fix comment typos

Five separate ones, found by codespell

Closes #12390
This commit is contained in:
Daniel Stenberg 2023-11-23 09:51:14 +01:00
parent 323df4261c
commit 0510e8b58c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 5 deletions

View file

@ -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;
}