misc: fix spelling

Closes #17479
This commit is contained in:
John Bampton 2025-05-29 07:31:57 +10:00 committed by Daniel Stenberg
parent 4c6b74e1e8
commit 217fd5b424
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 11 additions and 11 deletions

View file

@ -303,7 +303,7 @@ static CURLMcode mev_pollset_diff(struct Curl_multi *multi,
CURLMcode mresult;
/* The transfer `data` reports in `ps` the sockets it is interested
* in and which combinatino of CURL_POLL_IN/CURL_POLL_OUT it wants
* in and which combination of CURL_POLL_IN/CURL_POLL_OUT it wants
* to have monitored for events.
* There can be more than 1 transfer interested in the same socket
* and 1 transfer might be interested in more than 1 socket.