Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-06-08 23:51:15 +0400
committerChristopher Faylor <me@cgf.cx>2011-06-08 23:51:15 +0400
commitbb37277ac21de8b788868b937665eb67c030ba86 (patch)
treec8794fe278ea564c9a2c1871c394d6fa65d03d90 /winsup/cygwin/environ.cc
parent022e15dc602143f0c2488e40ecaed2aeaadf6a8b (diff)
* environ.cc (tty_is_gone): Add missing space to message.
Diffstat (limited to 'winsup/cygwin/environ.cc')
-rw-r--r--winsup/cygwin/environ.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc
index 88b39de6b..5e994652e 100644
--- a/winsup/cygwin/environ.cc
+++ b/winsup/cygwin/environ.cc
@@ -570,7 +570,7 @@ tty_is_gone (const char *buf)
{
small_printf ("\"tty\" option detected in CYGWIN environment variable.\n"
"CYGWIN=tty is no longer supported. Please remove it from your\n"
- "CYGWIN environment variable and use a terminal emulator like mintty,"
+ "CYGWIN environment variable and use a terminal emulator like mintty, "
"xterm, or rxvt\n");
user_shared->warned_notty = 1;
}