This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | b7842628cedb17cce87699da7625b03d6120058e (tree) |
---|---|
Tiempo | 2023-02-26 05:45:22 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
Fixed misprint
@@ -20,7 +20,7 @@ | ||
20 | 20 | /* |
21 | 21 | * Windows has 2 code pages: system and console. It complicates everything. |
22 | 22 | * 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 | |
24 | 24 | * Note: SetConsoleCP()/SetConsoleOutputCP() functions may conflict with setlocale() |
25 | 25 | */ |
26 | 26 | static void setConsoleCp(void) CT_NOEXCEPT |