[Scummvm-cvs-logs] SF.net SVN: scummvm: [31487] scummvm/trunk/engines/agi/id.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Sat Apr 12 15:20:16 CEST 2008


Revision: 31487
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31487&view=rev
Author:   buddha_
Date:     2008-04-12 06:20:15 -0700 (Sat, 12 Apr 2008)

Log Message:
-----------
Fix a couple of typos spotted by Raziel.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/id.cpp

Modified: scummvm/trunk/engines/agi/id.cpp
===================================================================
--- scummvm/trunk/engines/agi/id.cpp	2008-04-11 19:05:44 UTC (rev 31486)
+++ scummvm/trunk/engines/agi/id.cpp	2008-04-12 13:20:15 UTC (rev 31487)
@@ -76,7 +76,7 @@
 	if (getFeatures() & GF_AGDS)
 		agiSetRelease(ver = 0x2440);	/* ALL AGDS games built for 2.440 */
 
-	report("Seting up for version 0x%04X\n", ver);
+	report("Setting up for version 0x%04X\n", ver);
 
 	// 'quit' takes 0 args for 2.089
 	if (ver == 0x2089)
@@ -104,7 +104,7 @@
 		agiSetRelease(ver = 0x3149);
 	}
 
-	report("Seting up for version 0x%04X\n", ver);
+	report("Setting up for version 0x%04X\n", ver);
 
 	// 'unknown176' takes 1 arg for 3.002.086, not 0 args.
 	// 'unknown173' also takes 1 arg for 3.002.068, not 0 args.


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