spelling: bump codespell to 2.4.2, fix fallouts

Closes #20825
Closes #20827
This commit is contained in:
Viktor Szakats 2026-03-06 00:22:13 +01:00
parent 3a2fdeb5af
commit 37f5e3960f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -585,7 +585,7 @@ static HANDLE select_ws_wait(HANDLE handle, HANDLE signal, HANDLE abort)
struct select_ws_data {
int fd; /* provided file descriptor (indexed by nfd) */
long wsastate; /* internal pre-select state (indexed by nfd) */
long wsastate; /* internal preselect state (indexed by nfd) */
curl_socket_t wsasock; /* internal socket handle (indexed by nws) */
WSAEVENT wsaevent; /* internal select event (indexed by nws) */
HANDLE signal; /* internal thread signal (indexed by nth) */