summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-09-15 20:33:30 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-09-15 20:33:30 +0300
commiteab2b69f4cd0fbc81194204b999ab4f27c51cf52 (patch)
tree71298b23e91875235a24bd4cbba45805e212b29a /doc
parente276c17250516ff5a3deca924e35fd3fa68957d9 (diff)
downloadpexpect-eab2b69f4cd0fbc81194204b999ab4f27c51cf52.tar.gz
Spelling fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/history.rst2
1 files changed, 1 insertions, 1 deletions
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.