diff options
author | Viktor Szakats <commit@vsz.me> | 2020-05-25 19:44:04 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2020-05-25 19:44:04 +0000 |
commit | 308c243db5b7425b454a981d4c0eb7bfac374b8b (patch) | |
tree | b4c77e8a45ab1884ada4ad373a8e7bb97c787c74 /tests/server | |
parent | 54d122287c878188c5bbd4a659295f4ba27e137c (diff) | |
download | curl-308c243db5b7425b454a981d4c0eb7bfac374b8b.tar.gz |
all: fix codespell errors
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes https://github.com/curl/curl/pull/5452
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/sockfilt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 7f0db92b4..6b3758c94 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -75,7 +75,7 @@ * structured and well behaved manner to achieve proper program cleanup and * termination. * - * Even with the above mechanism implemented it is worthwile to note that + * Even with the above mechanism implemented it is worthwhile to note that * other signals might still be received, or that there might be systems on * which it is not possible to trap and ignore some of the above signals. * This implies that for increased portability and reliability the program @@ -687,7 +687,7 @@ static int select_ws(int nfds, fd_set *readfds, fd_set *writefds, /* loop over the handles in the input descriptor sets */ nfd = 0; /* number of handled file descriptors */ - nth = 0; /* number of interal waiting threads */ + nth = 0; /* number of internal waiting threads */ nws = 0; /* number of handled WINSOCK sockets */ for(fd = 0; fd < nfds; fd++) { wsasock = curlx_sitosk(fd); |