summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-02-04 03:29:52 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-02-04 03:29:52 (GMT)
commit71a92a844a55d55a753e7bc6cbf1088b5857adc9 (patch)
tree7e6a63e350335d543309498e1f9ed216f8e50af6 /Lib
parent9c7c84d94df705c610eb20be6aa6a803d6337bb8 (diff)
downloadcpython-71a92a844a55d55a753e7bc6cbf1088b5857adc9.zip
cpython-71a92a844a55d55a753e7bc6cbf1088b5857adc9.tar.gz
cpython-71a92a844a55d55a753e7bc6cbf1088b5857adc9.tar.bz2
Fix typo
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_pty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pty.py b/Lib/test/test_pty.py
index 9fe038a..f8ae479 100644
--- a/Lib/test/test_pty.py
+++ b/Lib/test/test_pty.py
@@ -4,7 +4,7 @@ from test.test_support import verbose, TestFailed, TestSkipped
TEST_STRING_1 = "I wish to buy a fish license.\n"
TEST_STRING_2 = "For my pet fish, Eric.\n"
-# Solaris (at least 2.9 and 2.10) seem to have a ficke isatty(). The first
+# Solaris (at least 2.9 and 2.10) seem to have a fickle isatty(). The first
# test below, testing the result of os.openpty() for tty-ness, sometimes
# (but not always) fails. The second isatty test, in the sub-process, always
# works. Allow that fickle first test to fail on these platforms, since it