aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/config-file.cpp')
-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