]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Aug 2013 20:06:31 +0000 (23:06 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Aug 2013 20:06:31 +0000 (23:06 +0300)
Lib/test/test_fcntl.py

index e2a1b374cddc44e66bba227ecff3665ebf72ef39..b8cda2f108468097f8670f589e70b4b3b866ecc4 100644 (file)
@@ -11,7 +11,7 @@ import _testcapi
 import unittest
 from test.support import verbose, TESTFN, unlink, run_unittest, import_module
 
-# Skip test if no fnctl module.
+# Skip test if no fcntl module.
 fcntl = import_module('fcntl')