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 --- src/tool_operate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_operate.c b/src/tool_operate.c index 6010a952f..92683ae92 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -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; -- cgit v1.2.3