From eab2b69f4cd0fbc81194204b999ab4f27c51cf52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 15 Sep 2017 20:33:30 +0300 Subject: Spelling fixes --- doc/history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/history.rst b/doc/history.rst index bf38894..e162120 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -200,7 +200,7 @@ Version 2.3 * Changed the name of ``send_eof()`` to ``sendeof()``. * Modified ``kill()`` so that it checks to make sure the pid ``isalive()``. * modified ``spawn()`` (really called from ``__spawn()``) so that it does not - raise an expection if ``setwinsize()`` fails. Some platforms such as Cygwin + raise an exception if ``setwinsize()`` fails. Some platforms such as Cygwin do not like setwinsize. This was a constant problem and since it is not a critical feature I decided to just silence the error. Normally I don't like to do that, but in this case I'm making an exception. -- cgit v1.2.1