From dea585ba2f6046e29847f28e287399679cc45961 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Sun, 7 Sep 2025 19:17:38 +0200 Subject: [PATCH] English syntax correction --- Cronos The New Dawn/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cronos The New Dawn/dllmain.cpp b/Cronos The New Dawn/dllmain.cpp index d7743db..e1cdaee 100644 --- a/Cronos The New Dawn/dllmain.cpp +++ b/Cronos The New Dawn/dllmain.cpp @@ -345,7 +345,7 @@ static void EnableConsole() auto end = std::chrono::high_resolution_clock::now(); std::chrono::duration elapsed = end - start; - logger->info("Console fully reactivated in {:.3f}s and binded to key Tilde", elapsed.count()); + logger->info("Console fully reactivated in {:.3f}s and bound to key Tilde", elapsed.count()); logger->info("------------------ User inputs ------------------"); g_Console_Enabled = true; }