[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53566] branches/ge_components/source/ gameengine/Ketsji/KX_GameObject.cpp: "Coulding" -> "Couldn't"

Mitchell Stokes mogurijin at gmail.com
Fri Jan 4 23:48:52 CET 2013


Revision: 53566
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53566
Author:   moguri
Date:     2013-01-04 22:48:51 +0000 (Fri, 04 Jan 2013)
Log Message:
-----------
"Coulding" -> "Couldn't"

Modified Paths:
--------------
    branches/ge_components/source/gameengine/Ketsji/KX_GameObject.cpp

Modified: branches/ge_components/source/gameengine/Ketsji/KX_GameObject.cpp
===================================================================
--- branches/ge_components/source/gameengine/Ketsji/KX_GameObject.cpp	2013-01-04 22:48:03 UTC (rev 53565)
+++ branches/ge_components/source/gameengine/Ketsji/KX_GameObject.cpp	2013-01-04 22:48:51 UTC (rev 53566)
@@ -1479,7 +1479,7 @@
 		if (mod == NULL)
 		{
 			if (PyErr_Occurred()) PyErr_Print();
-			printf("Coulding import the module '%s'\n", pc->module);
+			printf("Couldn't import the module '%s'\n", pc->module);
 			pc = pc->next;
 			continue;
 		}




More information about the Bf-blender-cvs mailing list