Fix typo in changeset eb5c5c23ca9b.
diff --git a/Python/import.c b/Python/import.c
index 920d304..ccba106 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -181,7 +181,7 @@
   error:
     PyErr_Print();
     Py_FatalError("initializing sys.meta_path, sys.path_hooks, "
-                  "or path_importer_cache");
+                  "or path_importer_cache failed");
     }
     Py_DECREF(path_hooks);
 }