[Scummvm-cvs-logs] SF.net SVN: scummvm: [25171] scummvm/trunk/engines/kyra

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jan 25 01:36:49 CET 2007


Revision: 25171
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25171&view=rev
Author:   fingolfin
Date:     2007-01-24 16:36:48 -0800 (Wed, 24 Jan 2007)

Log Message:
-----------
Fix typos in some warnings

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/screen.cpp
    scummvm/trunk/engines/kyra/staticres.cpp

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2007-01-25 00:32:49 UTC (rev 25170)
+++ scummvm/trunk/engines/kyra/screen.cpp	2007-01-25 00:36:48 UTC (rev 25171)
@@ -2276,7 +2276,7 @@
 	uint8 *srcData = _vm->resource()->fileData(filename, &fileSize);
 
 	if (!srcData) {
-		warning("coudln't load bitmap: '%s'", filename);
+		warning("couldn't load bitmap: '%s'", filename);
 		return;
 	}
 

Modified: scummvm/trunk/engines/kyra/staticres.cpp
===================================================================
--- scummvm/trunk/engines/kyra/staticres.cpp	2007-01-25 00:32:49 UTC (rev 25170)
+++ scummvm/trunk/engines/kyra/staticres.cpp	2007-01-25 00:36:48 UTC (rev 25171)
@@ -411,7 +411,7 @@
 		static bool warned = false;
 		if (!warned) {
 			warned = true;
-			warning("coudln't find specific language table for your version, using English now");
+			warning("couldn't find specific language table for your version, using English now");
 		}
 		return true;
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list