diff options
Diffstat (limited to 'engines/scumm/debugger.cpp')
-rw-r--r-- | engines/scumm/debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/debugger.cpp b/engines/scumm/debugger.cpp index 45a407629b..61a2a38a3f 100644 --- a/engines/scumm/debugger.cpp +++ b/engines/scumm/debugger.cpp @@ -529,7 +529,7 @@ bool ScummDebugger::Cmd_Debug(int argc, const char **argv) { } else { DebugPrintf("Usage: debug [+CHANNEL|-CHANNEL]\n"); DebugPrintf("Enables or disables the given debug channel.\n"); - DebugPrintf("When used without parameters, lists all avaiable debug channels and their status.\n"); + DebugPrintf("When used without parameters, lists all available debug channels and their status.\n"); } return true; |