From fecf16d1474ada73a212110523c8c94051a28334 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:12:51 +0200 Subject: [PATCH] Apply suggested fix to src/serverlist.cpp from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- src/serverlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serverlist.cpp b/src/serverlist.cpp index 03b76f16b5..0dafa73863 100644 --- a/src/serverlist.cpp +++ b/src/serverlist.cpp @@ -1056,7 +1056,7 @@ void CServerListManager::SetSvrRegStatus ( ESvrRegStatus eNSvrRegStatus ) return; } - // output regirstation result/update on the console + // output registration result/update on the console qInfo() << qUtf8Printable ( QString ( "Server Registration Status update: %1" ).arg ( svrRegStatusToString ( eNSvrRegStatus ) ) ); // store the state and inform the GUI about the new status