summaryrefslogtreecommitdiff
path: root/src/buildtool/auth/authentication.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/auth/authentication.hpp')
-rw-r--r--src/buildtool/auth/authentication.hpp4
1 files changed, 2 insertions, 2 deletions
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,