aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-10-08 21:33:31 +0000
committerTorbjörn Andersson2005-10-08 21:33:31 +0000
commitda43d814cd940bb02517418e92855a9bf9f9692a (patch)
tree0710f1db042283bb8913315630fe9813f7a8a473 /saga
parent60b85c5137f05ea248ccb54c1a454cb4bc1ebd03 (diff)
downloadscummvm-rg350-da43d814cd940bb02517418e92855a9bf9f9692a.tar.gz
scummvm-rg350-da43d814cd940bb02517418e92855a9bf9f9692a.tar.bz2
scummvm-rg350-da43d814cd940bb02517418e92855a9bf9f9692a.zip
Oops, made a typo when rewriting that comment.
svn-id: r18973
Diffstat (limited to 'saga')
-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);