#18798: fix typo in test_fcntl.  Patch by Vajrasky Kok.
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index 7a35f61..d7e409c 100644
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -11,7 +11,7 @@
 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')