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 /lib/vtls | |
parent | 54d122287c878188c5bbd4a659295f4ba27e137c (diff) |
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')
-rw-r--r-- | lib/vtls/gtls.c | 2 | ||||
-rw-r--r-- | lib/vtls/schannel.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index 85cd4dc22..0bd6c6528 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -412,7 +412,7 @@ gtls_connect_step1(struct connectdata *conn, if(!gtls_inited) Curl_gtls_init(); - /* Initalize certverifyresult to OK */ + /* Initialize certverifyresult to OK */ *certverifyresult = 0; if(SSL_CONN_CONFIG(version) == CURL_SSLVERSION_SSLv2) { 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" |