mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:47:26 +03:00
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:
parent
54d122287c
commit
308c243db5
22 changed files with 31 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue