#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.

This commit is contained in:
Ezio Melotti 2013-08-23 23:06:31 +03:00
parent 0c2dd0c0a9
commit 78ede7c96d
1 changed files with 1 additions and 1 deletions

View 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')