From 0a15bf1fe9e0dea490c328ec2ee8822bd71c9d76 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 13 Feb 2010 17:10:55 +0000 Subject: [PATCH] minor typo --- direct/src/plugin/p3dPythonRun.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/plugin/p3dPythonRun.cxx b/direct/src/plugin/p3dPythonRun.cxx index 4633e17531..12c979f736 100755 --- a/direct/src/plugin/p3dPythonRun.cxx +++ b/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;