misc: fix spelling

Closes #10437
This commit is contained in:
John Bampton 2023-02-08 07:50:36 +10:00 committed by Daniel Stenberg
parent 1695fcf57d
commit 0065b146eb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 12 additions and 12 deletions

View file

@ -258,7 +258,7 @@ static CURLcode socket_open(struct Curl_easy *data,
* we get sockfd == 0 and if called again, we get a valid one > 0.
* If we close the 0, we sometimes get failures in multi poll, as
* 0 seems also be the fd for the sockpair used for WAKEUP polling.
* Very strange. Maybe this code shouldbe ifdef'ed for macOS, but
* Very strange. Maybe this code should be ifdef'ed for macOS, but
* on "real" OS, fd 0 is stdin and we never see that. So...
*/
fake_sclose(*sockfd);