aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file_v2w.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2011-01-18 08:32:10 +0000
committerArnaud Boutonné2011-01-18 08:32:10 +0000
commit839926ef10f4352bb360431cd34bbae4ec3b35bc (patch)
tree340e727549f9ee1bbc4d863cb36789874a95e336 /engines/hugo/file_v2w.cpp
parent61b90c43d81474f5d253e8e1c43302c99382cbb0 (diff)
downloadscummvm-rg350-839926ef10f4352bb360431cd34bbae4ec3b35bc.tar.gz
scummvm-rg350-839926ef10f4352bb360431cd34bbae4ec3b35bc.tar.bz2
scummvm-rg350-839926ef10f4352bb360431cd34bbae4ec3b35bc.zip
HUGO: Clean-up
Modify debug level for 2 debug messages, Suppress obsolete comments, Fix typo in comment svn-id: r55291
Diffstat (limited to 'engines/hugo/file_v2w.cpp')
-rw-r--r--engines/hugo/file_v2w.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file_v2w.cpp b/engines/hugo/file_v2w.cpp
index 65d6a0d6da..d25d6f9312 100644
--- a/engines/hugo/file_v2w.cpp
+++ b/engines/hugo/file_v2w.cpp
@@ -45,7 +45,7 @@ FileManager_v2w::~FileManager_v2w() {
/**
* Display a Windows help file
-* Dame comment than in SCI: maybe in the future we can implement this, but for now this message should suffice
+* Same comment than in SCI: maybe in the future we can implement this, but for now this message should suffice
*/
void FileManager_v2w::instructions() {
Utils::Box(BOX_ANY, "Please use an external viewer to open the game's help file: HUGOWIN%d.HLP", _vm->_gameVariant + 1);