all: fix codespell errors

Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes https://github.com/curl/curl/pull/5452
This commit is contained in:
Viktor Szakats 2020-05-25 19:44:04 +00:00
parent 54d122287c
commit 308c243db5
No known key found for this signature in database
GPG key ID: 9C01E9B68B91DE4D
22 changed files with 31 additions and 31 deletions

View file

@ -2418,7 +2418,7 @@ static CURLcode transfer_per_config(struct GlobalConfig *global,
"curl-ca-bundle.crt");
#if defined(USE_WIN32_CRYPTO)
if(!config->cacert && !config->capath) {
/* user, and environement did not specify any ca file or path
/* user, and environment did not specify any ca file or path
and there is no "curl-ca-bundle.crt" file in standard path
so the only possible solution is using the windows ca store */
config->native_ca_store = TRUE;