aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file_v2w.cpp
diff options
context:
space:
mode:
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);