aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
authorMax Horn2010-10-24 13:04:33 +0000
committerMax Horn2010-10-24 13:04:33 +0000
commitc975ed11a14a78bfbf6aa0442058a8f19d470c6c (patch)
treeddf2b8d072ed7bafd12da32d8d98db4a6f370241 /engines/lure
parentbf5ae45490a0683692715fcc8a103f0e096e9c21 (diff)
downloadscummvm-rg350-c975ed11a14a78bfbf6aa0442058a8f19d470c6c.tar.gz
scummvm-rg350-c975ed11a14a78bfbf6aa0442058a8f19d470c6c.tar.bz2
scummvm-rg350-c975ed11a14a78bfbf6aa0442058a8f19d470c6c.zip
ALL: Fix various typos (patch #3093266)
svn-id: r53762
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/debugger.cpp b/engines/lure/debugger.cpp
index 1cfe0804e4..5fbe124919 100644
--- a/engines/lure/debugger.cpp
+++ b/engines/lure/debugger.cpp
@@ -323,7 +323,7 @@ bool Debugger::cmd_hotspot(int argc, const char **argv) {
if (h != NULL) {
DebugPrintf("Frame Number = %d of %d\n", h->frameNumber(), h->numFrames());
- DebugPrintf("Persistant = %s\n", h->persistant() ? "true" : "false");
+ DebugPrintf("Persistent = %s\n", h->persistant() ? "true" : "false");
}
} else if (strcmp(argv[2], "actions") == 0) {