From 308c243db5b7425b454a981d4c0eb7bfac374b8b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 May 2020 19:44:04 +0000 Subject: all: fix codespell errors Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452 --- lib/vtls/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/schannel.c') 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" -- cgit v1.2.3