aboutsummaryrefslogtreecommitdiff
path: root/saga/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.cpp')
-rw-r--r--saga/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index 79e5632e8c..797856957a 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -131,7 +131,7 @@ Script::Script(SagaEngine *vm) : _vm(vm) {
// and the object names.
//
// In IHNM, the "main strings" contains the verb strings, but not the
- // object verbs. At least, I think that's the case.
+ // object names. At least, I think that's the case.
_vm->_resource->loadResource(resourceContext, _vm->getResourceDescription()->mainStringsResourceId, stringsPointer, stringsLength);