* [PATCH 1/3] fhandler_pty_slave::setup_locale: fix typo
@ 2020-09-01 16:18 Johannes Schindelin
0 siblings, 0 replies; only message in thread
From: Johannes Schindelin @ 2020-09-01 16:18 UTC (permalink / raw)
To: cygwin-patches
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-01 19:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 16:18 [PATCH 1/3] fhandler_pty_slave::setup_locale: fix typo Johannes Schindelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).