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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Feb 18 03:14:01 CET 2006


Revision: 20751
Author:   fingolfin
Date:     2006-02-18 03:13:08 -0800 (Sat, 18 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20751&view=rev

Log Message:
-----------
Grammar fix

Modified Paths:
--------------
    scummvm/trunk/base/gameDetector.cpp
Modified: scummvm/trunk/base/gameDetector.cpp
===================================================================
--- scummvm/trunk/base/gameDetector.cpp	2006-02-18 11:12:08 UTC (rev 20750)
+++ scummvm/trunk/base/gameDetector.cpp	2006-02-18 11:13:08 UTC (rev 20751)
@@ -261,7 +261,7 @@
 		if (description.isEmpty()) {
 			// FIXME: At this point, we should check for a "gameid" override
 			// to find the proper desc. In fact, the platform probably should
-			// be take into consideration, too.
+			// be taken into account, too.
 			String gameid(name);
 			GameSettings g = GameDetector::findGame(gameid);
 			if (g.description)







More information about the Scummvm-git-logs mailing list