summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parente276c17250516ff5a3deca924e35fd3fa68957d9 (diff)
downloadpexpect-git-eab2b69f4cd0fbc81194204b999ab4f27c51cf52.tar.gz
Spelling fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/test_unicode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_unicode.py b/tests/test_unicode.py
index 1d2f933..9b5b988 100644
--- a/tests/test_unicode.py
+++ b/tests/test_unicode.py
@@ -155,7 +155,7 @@ class UnicodeTests(PexpectTestCase.PexpectTestCase):
def test_spawn_utf8_incomplete(self):
# This test case ensures correct incremental decoding, which
# otherwise fails when the stream inspected by os.read()
- # does not align exactly at a utf-8 multibyte boundry:
+ # does not align exactly at a utf-8 multibyte boundary:
# UnicodeDecodeError: 'utf8' codec can't decode byte 0xe2 in
# position 0: unexpected end of data
p = pexpect.spawnu('cat', maxread=1)