ALL: Fix various typos (patch #3093266)

svn-id: r53762
This commit is contained in:
Max Horn 2010-10-24 13:04:33 +00:00
parent bf5ae45490
commit c975ed11a1
13 changed files with 18 additions and 18 deletions

View file

@ -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;