diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-11 17:30:53 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-11 17:30:53 +0000 |
commit | 4989ff286d38fb49218afcc1f2a7907788e17477 (patch) | |
tree | 0a61e48164664ba75fe020724682694041678df6 | |
parent | d92b26d1aeb5c0fa1cabfd4a334a0b149c25994e (diff) | |
download | newlib-4989ff286d38fb49218afcc1f2a7907788e17477.zip newlib-4989ff286d38fb49218afcc1f2a7907788e17477.tar.gz newlib-4989ff286d38fb49218afcc1f2a7907788e17477.tar.bz2 |
fix typo.
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ca73d28..dc8f92b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -432,7 +432,7 @@ 2005-11-23 Christopher Faylor <cgf@timesys.com> * fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows - station whenever ctty == -1 regardles of whetehr there's a windows + station whenever ctty == -1 regardles of whether there's a windows station already assigned. Close the old windows station in this situation. * pinfo.cc (_pinfo::set_ctty): Reinstate incrementing of console count |