From 91ba464409894c0215e54f086722309b9634d6f2 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 22 Feb 2023 15:15:43 +0100 Subject: cleanup: Fix typos in code line comments and logging messages --- src/buildtool/auth/authentication.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/auth/authentication.hpp') diff --git a/src/buildtool/auth/authentication.hpp b/src/buildtool/auth/authentication.hpp index 447d9f1c..a903f7fe 100644 --- a/src/buildtool/auth/authentication.hpp +++ b/src/buildtool/auth/authentication.hpp @@ -99,7 +99,7 @@ class Auth { return false; } - // to enable mTLS, both tls_client_{ceritifcate,key} must be + // to enable mTLS, both tls_client_{certificate,key} must be // supplied if (ClientCert().empty() && not(ClientKey().empty())) { Logger::Log(LogLevel::Error, @@ -112,7 +112,7 @@ class Auth { return false; } - // to enable mTLS, both tls_server_{ceritifcate,key} must be + // to enable mTLS, both tls_server_{certificate,key} must be // supplied if (ServerCert().empty() && not(ServerKey().empty())) { Logger::Log(LogLevel::Error, -- cgit v1.2.3