English syntax correction

This commit is contained in:
2025-09-07 19:17:38 +02:00
parent b25650c942
commit dea585ba2f

View File

@@ -345,7 +345,7 @@ static void EnableConsole()
auto end = std::chrono::high_resolution_clock::now();
std::chrono::duration<double> 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;
}