• R/O
  • SSH

libctools: Commit

This library contains code that extends and simplifies different operations
for C language based programs.


Commit MetaInfo

Revisiónb7842628cedb17cce87699da7625b03d6120058e (tree)
Tiempo2023-02-26 05:45:22
AutorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Fixed misprint

Cambiar Resumen

Diferencia incremental

diff -r fe25dfe092b6 -r b7842628cedb src/ctoolc.c
--- a/src/ctoolc.c Sat Feb 25 23:37:09 2023 +0300
+++ b/src/ctoolc.c Sat Feb 25 23:45:22 2023 +0300
@@ -20,7 +20,7 @@
2020 /*
2121 * Windows has 2 code pages: system and console. It complicates everything.
2222 * This function enforces system code page also for the console.
23- * But appropriate font (Lucida Console) should be choosen for the console
23+ * But appropriate font (Lucida Console) should be chosen for the console
2424 * Note: SetConsoleCP()/SetConsoleOutputCP() functions may conflict with setlocale()
2525 */
2626 static void setConsoleCp(void) CT_NOEXCEPT
Show on old repository browser