[Scummvm-cvs-logs] scummvm master -> bf560908c35eecb87510fca840fbda94580a292c

clone2727 clone2727 at gmail.com
Thu Sep 15 18:15:55 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bf560908c3 GOB: Fix a typo


Commit: bf560908c35eecb87510fca840fbda94580a292c
    https://github.com/scummvm/scummvm/commit/bf560908c35eecb87510fca840fbda94580a292c
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-09-15T09:10:13-07:00

Commit Message:
GOB: Fix a typo

Changed paths:
    engines/gob/init_v6.cpp



diff --git a/engines/gob/init_v6.cpp b/engines/gob/init_v6.cpp
index b8b255a..6059ec8 100644
--- a/engines/gob/init_v6.cpp
+++ b/engines/gob/init_v6.cpp
@@ -46,7 +46,7 @@ void Init_v6::initGame() {
 
 		// WORKAROUND: The CD number detection in Urban Runner is quite daft
 		// (it checks CD1.ITK - CD4.ITK and the first that's found determines
-		// the CD number), while its NO_CD modus wants everything in CD1.ITK.
+		// the CD number), while its NO_CD mode wants everything in CD1.ITK.
 		// So we just open the other ITKs, too.
 			_vm->_dataIO->openArchive("CD2.ITK", false);
 			_vm->_dataIO->openArchive("CD3.ITK", false);






More information about the Scummvm-git-logs mailing list