From 65d4d6eadab578e853445822469b5c04e71906e3 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 22 Jan 2022 00:06:46 -0500 Subject: [PATCH] Fix typo in comment --- common/kicad_curl/kicad_curl_easy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/kicad_curl/kicad_curl_easy.cpp b/common/kicad_curl/kicad_curl_easy.cpp index ff2d58c6a2..feafe1ac50 100644 --- a/common/kicad_curl/kicad_curl_easy.cpp +++ b/common/kicad_curl/kicad_curl_easy.cpp @@ -129,7 +129,7 @@ KICAD_CURL_EASY::KICAD_CURL_EASY() : curl_easy_setopt( m_CURL, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS ); #ifdef _WIN32 - // We need to this to allow using the Windows Certificate store + // We need this to use the Windows Certificate store curl_easy_setopt( m_CURL, CURLOPT_SSL_OPTIONS, CURLSSLOPT_NATIVE_CA ); #endif