Signed-off-by: Johannes Schindelin <[email protected]>
---
winsup/cygwin/fhandler_tty.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 6294e2c20..b3458595a 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -2859,7 +2859,7 @@ fhandler_pty_slave::setup_locale (void)
char charset[ENCODING_LEN + 1] = "ASCII";
LCID lcid = get_langinfo (locale, charset);
- /* Set console code page form locale */
+ /* Set console code page from locale */
if (get_pseudo_console ())
{
UINT code_page;
--
2.27.0