From: Neal Norwitz Date: Sat, 4 Feb 2006 03:26:20 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.5a0~722 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faa26dfdd818544b1d1b0de4fa0a9e87cc81d510;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Lib/test/test_pty.py b/Lib/test/test_pty.py index 9fe038ab8b8e..f8ae47905a7f 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