Fix a spelling mistake in a comment.
diff --git a/Python/import.c b/Python/import.c
index 6f4b6d0..2540f9d 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1243,7 +1243,7 @@
     }
     else {
         /* Only have to care what given_globals is if it will be used
-           fortsomething. */
+           for something. */
         if (level > 0 && !PyDict_Check(given_globals)) {
             PyErr_SetString(PyExc_TypeError, "globals must be a dict");
             goto error;