Browse Source

minor typo

David Rose 16 years ago
parent
commit
0a15bf1fe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin/p3dPythonRun.cxx

+ 1 - 1
direct/src/plugin/p3dPythonRun.cxx

@@ -228,7 +228,7 @@ run_python() {
   Py_DECREF(vfsimporter_module);
 
   // Now, the VFSImporter has been registered, which means we can
-  // start importing the rest of the Python modules, where are all
+  // start importing the rest of the Python modules, which are all
   // defined in the multifile.  First, we need to mount the multifile
   // into the VFS.
   PT(Multifile) mf = new Multifile;