[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.234,1.235

Travis Howell kirben at users.sourceforge.net
Thu Jun 5 07:06:14 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv528/simon

Modified Files:
	simon.cpp 
Log Message:

Typo


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- simon.cpp	5 Jun 2003 13:47:07 -0000	1.234
+++ simon.cpp	5 Jun 2003 14:05:48 -0000	1.235
@@ -4400,7 +4400,7 @@
 		// English and German versions of Simon the Sorcerer 1 don't have full subtitles
 		} else if (_language < 2) {
 			_subtitles = false;
-		// Allow choose in other versions of Simon the Sorcerer 1
+		// Allow choice in other versions of Simon the Sorcerer 1
 		} else {
 			if (_noSubtitles)
 				_subtitles = false;





More information about the Scummvm-git-logs mailing list