summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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)