diff options
author | Joost Peters | 2004-01-02 14:26:39 +0000 |
---|---|---|
committer | Joost Peters | 2004-01-02 14:26:39 +0000 |
commit | 539002e23a8a368ac6d54bfe1c11f36cd514e6db (patch) | |
tree | 66f471ffb86fc2a540bc364f0138f46f6519fefe /queen | |
parent | e5ba3b172e6cb467978263e9646ba145b2dbc25d (diff) | |
download | scummvm-rg350-539002e23a8a368ac6d54bfe1c11f36cd514e6db.tar.gz scummvm-rg350-539002e23a8a368ac6d54bfe1c11f36cd514e6db.tar.bz2 scummvm-rg350-539002e23a8a368ac6d54bfe1c11f36cd514e6db.zip |
spelling mistake
svn-id: r12090
Diffstat (limited to 'queen')
-rw-r--r-- | queen/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/debug.cpp b/queen/debug.cpp index 5856aa3045..99c6035624 100644 --- a/queen/debug.cpp +++ b/queen/debug.cpp @@ -139,7 +139,7 @@ bool Debugger::Cmd_Bob(int argc, const char **argv) { } } } else { - DebugPrintf("Usage: %s bobnum command paramter\n", argv[0]); + DebugPrintf("Usage: %s bobnum command parameter\n", argv[0]); } return true; } |