aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v2.cpp')
-rw-r--r--scumm/resource_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp
index 64030a6a84..fbc4d3d392 100644
--- a/scumm/resource_v2.cpp
+++ b/scumm/resource_v2.cpp
@@ -173,7 +173,7 @@ void ScummEngine_v2::readIndexFile() {
break;
case 0x4643:
if (!(_features & GF_NES))
- error("Use maniacnes target");
+ error("Use maniac target");
printf("NES V1 game detected\n");
_version = 1;
readClassicIndexFile();