Commit 6c61a5af authored by Ezio Melotti's avatar Ezio Melotti

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

parent 537f1564
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment