aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-15 12:10:13 -0400
committerMatthew Hoops2011-09-15 12:10:13 -0400
commitbf560908c35eecb87510fca840fbda94580a292c (patch)
treea85af07c6c10c4c174702cf66ed4345194c7b6a5 /engines
parent16bbc07690a48603e080699305d417379bc18cee (diff)
downloadscummvm-rg350-bf560908c35eecb87510fca840fbda94580a292c.tar.gz
scummvm-rg350-bf560908c35eecb87510fca840fbda94580a292c.tar.bz2
scummvm-rg350-bf560908c35eecb87510fca840fbda94580a292c.zip
GOB: Fix a typo
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/init_v6.cpp2
1 files changed, 1 insertions, 1 deletions
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);