tidy-up: typos, comment nits

Closes #22294
This commit is contained in:
Viktor Szakats 2026-06-26 22:57:40 +02:00
parent 5c5334f831
commit b093d88447
No known key found for this signature in database
35 changed files with 91 additions and 90 deletions

View file

@ -361,7 +361,7 @@ static CURLproxycode socks4_resolving(struct socks_ctx *sx,
return CURLPX_SEND_REQUEST;
}
else {
/* No ipv4 address resolved */
/* No IPv4 address resolved */
failf(data, "SOCKS4 connection to %s not supported", sx->dest->hostname);
return CURLPX_RESOLVE_HOST;
}