[Scummvm-cvs-logs] SF.net SVN: scummvm: [22103] scummvm/trunk/base/main.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Apr 23 06:44:03 CEST 2006


Revision: 22103
Author:   fingolfin
Date:     2006-04-23 06:39:57 -0700 (Sun, 23 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22103&view=rev

Log Message:
-----------
typo

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-04-23 13:29:37 UTC (rev 22102)
+++ scummvm/trunk/base/main.cpp	2006-04-23 13:39:57 UTC (rev 22103)
@@ -332,7 +332,7 @@
 		} else if (scumm_stricmp(gameid.c_str(), candidates.begin()->gameid.c_str())) {
 			printf(" FAILURE: Wrong gameid detected\n");
 		} else {
-			printf(" SUCCESS: Game was detected correctl\n");
+			printf(" SUCCESS: Game was detected correctly\n");
 		}
 		
 		for (DetectedGameList::iterator x = candidates.begin(); x != candidates.end(); ++x) {


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