From bf560908c35eecb87510fca840fbda94580a292c Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 15 Sep 2011 12:10:13 -0400 Subject: GOB: Fix a typo --- engines/gob/init_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob') diff --git a/engines/gob/init_v6.cpp b/engines/gob/init_v6.cpp index b8b255a6bf..6059ec89ed 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); -- cgit v1.2.3