aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2006-02-14 06:57:42 +0000
committerTravis Howell2006-02-14 06:57:42 +0000
commitd96713a8574dea95fc84f256d970cf78c913aaa6 (patch)
tree51bd5428e08e5c5d370406e5891c63ef3c08bb7b /common
parent515a4ea3813bd41f0b0cce3c9c45673431641a1e (diff)
downloadscummvm-rg350-d96713a8574dea95fc84f256d970cf78c913aaa6.tar.gz
scummvm-rg350-d96713a8574dea95fc84f256d970cf78c913aaa6.tar.bz2
scummvm-rg350-d96713a8574dea95fc84f256d970cf78c913aaa6.zip
Correct case of SPY Fox game titles
svn-id: r20687
Diffstat (limited to 'common')
-rw-r--r--common/config-file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-file.cpp b/common/config-file.cpp
index 91459e7fba..f47c81c95f 100644
--- a/common/config-file.cpp
+++ b/common/config-file.cpp
@@ -97,7 +97,7 @@ bool ConfigFile::loadFromStream(SeekableReadStream &stream) {
comment += "\n";
} else if (buf[0] == '(') {
// HACK: The following is a hack added by Kirben to support the
- // "map.ini" used in the HE SCUMM game "Spy Fox in Hold the Mustard".
+ // "map.ini" used in the HE SCUMM game "SPY Fox in Hold the Mustard".
//
// It would be nice if this hack could be restricted to that game,
// but the current design of this class doesn't allow to do that