]> sourceware.org Git - newlib-cygwin.git/commitdiff
* environ.cc (tty_is_gone): Add missing space to message.
authorChristopher Faylor <me@cgf.cx>
Wed, 8 Jun 2011 19:51:15 +0000 (19:51 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 8 Jun 2011 19:51:15 +0000 (19:51 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/environ.cc

index 7d41cf183090977609fc6332c29039d44c593595..18a9979537e73718a81c98140221fd8dbc0800d4 100644 (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.
index 88b39de6bc4f9a5b666064f9360f112506f0bcda..5e994652e4033e05299541ac6384042c89f4a8e7 100644 (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;
     }
This page took 0.03752 seconds and 5 git commands to generate.