summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2020-05-25 19:44:04 +0000
committerViktor Szakats <commit@vsz.me>2020-05-25 19:44:04 +0000
commit308c243db5b7425b454a981d4c0eb7bfac374b8b (patch)
treeb4c77e8a45ab1884ada4ad373a8e7bb97c787c74 /lib/vtls/schannel.c
parent54d122287c878188c5bbd4a659295f4ba27e137c (diff)
downloadgnurl-308c243db5b7425b454a981d4c0eb7bfac374b8b.tar.gz
gnurl-308c243db5b7425b454a981d4c0eb7bfac374b8b.tar.bz2
gnurl-308c243db5b7425b454a981d4c0eb7bfac374b8b.zip
all: fix codespell errors
Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
Diffstat (limited to 'lib/vtls/schannel.c')
-rw-r--r--lib/vtls/schannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c
index f1499786f..a23179eca 100644
--- a/lib/vtls/schannel.c
+++ b/lib/vtls/schannel.c
@@ -43,7 +43,7 @@
#include "sendf.h"
#include "connect.h" /* for the connect timeout */
#include "strerror.h"
-#include "select.h" /* for the socket readyness */
+#include "select.h" /* for the socket readiness */
#include "inet_pton.h" /* for IP addr SNI check */
#include "curl_multibyte.h"
#include "warnless.h"