[Scummvm-cvs-logs] CVS: scummvm/common system.cpp,1.31,1.32

Chris Apers chrilith at users.sourceforge.net
Thu Feb 2 12:36:05 CET 2006


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3308

Modified Files:
	system.cpp 
Log Message:
Typo

Index: system.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- system.cpp	18 Jan 2006 17:39:34 -0000	1.31
+++ system.cpp	2 Feb 2006 20:35:21 -0000	1.32
@@ -76,7 +76,7 @@
 	if (!name)
 		return false;
 
-	// Sepcial case for the 'default' filter
+	// Special case for the 'default' filter
 	if (!scumm_stricmp(name, "normal") || !scumm_stricmp(name, "default")) {
 		return setGraphicsMode(getDefaultGraphicsMode());
 	}





More information about the Scummvm-git-logs mailing list