From 6fcd5661fe69035969fd1accaf6e8453315d4bca Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 13 Mar 2003 08:18:15 +0000 Subject: * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x. * fhandler_tty.cc (fhandler_tty_slave::close): Fix typo in debug output. --- winsup/cygwin/fhandler_tty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_tty.cc') diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 678849a01..2361643d9 100644 --- a/winsup/cygwin/fhandler_tty.cc +++ b/winsup/cygwin/fhandler_tty.cc @@ -568,7 +568,7 @@ fhandler_tty_slave::close () if (!output_done_event) { fhandler_console::open_fhs--; - termios_printf ("decremeted open_fhs %d", fhandler_console::open_fhs); + termios_printf ("decremented open_fhs %d", fhandler_console::open_fhs); } return fhandler_tty_common::close (); } -- cgit v1.2.3