From 505d20f3f227dfd1e71556d92f3a464fc54a6c9b Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:55:11 +0800 Subject: [PATCH] fix: correct occured to occurred typo in SSL error message --- daemon/runtime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/runtime.cc b/daemon/runtime.cc index 66bc56f7..78c7dd3f 100644 --- a/daemon/runtime.cc +++ b/daemon/runtime.cc @@ -77,7 +77,7 @@ void set_ssl_protocol_mask(const std::string& mask) { } catch (...) { LOG_WARNING(nullptr, - "An error occured while decoding the SSL protocol: %s", + "An error occurred while decoding the SSL protocol: %s", mask.c_str()); } }