[Scummvm-cvs-logs] SF.net SVN: scummvm: [21317] scummvm/trunk/engines/scumm/smush/smush_player.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Mar 15 07:47:03 CET 2006


Revision: 21317
Author:   eriktorbjorn
Date:     2006-03-15 07:46:25 -0800 (Wed, 15 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21317&view=rev

Log Message:
-----------
Fixed typo in debug message.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/smush/smush_player.cpp
Modified: scummvm/trunk/engines/scumm/smush/smush_player.cpp
===================================================================
--- scummvm/trunk/engines/scumm/smush/smush_player.cpp	2006-03-15 15:37:42 UTC (rev 21316)
+++ scummvm/trunk/engines/scumm/smush/smush_player.cpp	2006-03-15 15:46:25 UTC (rev 21317)
@@ -177,7 +177,7 @@
 };
 
 static StringResource *getStrings(ScummEngine *vm, const char *file, bool is_encoded) {
-	debugC(DEBUG_SMUSH, "trying to read text ressources from %s", file);
+	debugC(DEBUG_SMUSH, "trying to read text resources from %s", file);
 	ScummFile theFile;
 
 	vm->openFile(theFile, file);


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