[Scummvm-cvs-logs] SF.net SVN: scummvm: [31452] scummvm/trunk/engines/scumm/string.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Apr 8 20:11:54 CEST 2008


Revision: 31452
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31452&view=rev
Author:   sev
Date:     2008-04-08 11:11:54 -0700 (Tue, 08 Apr 2008)

Log Message:
-----------
Spellifix

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/string.cpp

Modified: scummvm/trunk/engines/scumm/string.cpp
===================================================================
--- scummvm/trunk/engines/scumm/string.cpp	2008-04-08 14:45:42 UTC (rev 31451)
+++ scummvm/trunk/engines/scumm/string.cpp	2008-04-08 18:11:54 UTC (rev 31452)
@@ -1371,7 +1371,7 @@
 				// That was another index entry
 				_languageIndexSize++;
 			} else {
-				error("Unknwon languag.bnd entry found: '%s'\n", ptr);
+				error("Unknown language.bnd entry found: '%s'\n", ptr);
 			}
 
 			// Skip over newlines (and turn them into null bytes)


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