diff options
| author | Max Horn | 2010-10-24 13:04:33 +0000 |
|---|---|---|
| committer | Max Horn | 2010-10-24 13:04:33 +0000 |
| commit | c975ed11a14a78bfbf6aa0442058a8f19d470c6c (patch) | |
| tree | ddf2b8d072ed7bafd12da32d8d98db4a6f370241 /engines/lure | |
| parent | bf5ae45490a0683692715fcc8a103f0e096e9c21 (diff) | |
| download | scummvm-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.cpp | 2 |
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) { |
