* environ.cc (tty_is_gone): Add missing space to message.

This commit is contained in:
Christopher Faylor 2011-06-08 19:51:15 +00:00
parent 022e15dc60
commit bb37277ac2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-06-08 Christopher Faylor <me.cygwin2011@cgf.cx>
* environ.cc (tty_is_gone): Add missing space to message.
2011-06-08 Christopher Faylor <me.cygwin2011@cgf.cx>
* environ.cc (settings::set_process_state): Delete.

View File

@ -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;
}