From fdb3e739b0f1969e83250d98bda27b938a207f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 9 Jan 2021 22:06:33 +0100 Subject: =?UTF-8?q?Typos:=20negociat=E2=80=A6=20->=20negotiat=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/network/credentials_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/credentials_manager.cpp') diff --git a/src/network/credentials_manager.cpp b/src/network/credentials_manager.cpp index 89c694c..47f8514 100644 --- a/src/network/credentials_manager.cpp +++ b/src/network/credentials_manager.cpp @@ -102,7 +102,7 @@ void BasicCredentialsManager::load_certs() if (BasicCredentialsManager::try_to_open_one_ca_bundle(paths)) BasicCredentialsManager::certs_loaded = true; else - log_warning("The CA could not be loaded, TLS negociation will probably fail."); + log_warning("The CA could not be loaded, TLS negotiation will probably fail."); } std::vector BasicCredentialsManager::trusted_certificate_authorities(const std::string&, const std::string&) -- cgit v1.2.3