]> granicus.if.org Git - python/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 7a35f61396d08271cf08ec73cf34f6315998345b..d7e409cefc6f10ff729c0998f7b05ff5795f7a43 100644 (file)
@@ -11,7 +11,7 @@ import unittest
 from test.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')