From 539002e23a8a368ac6d54bfe1c11f36cd514e6db Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Fri, 2 Jan 2004 14:26:39 +0000 Subject: [PATCH] spelling mistake svn-id: r12090 --- queen/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queen/debug.cpp b/queen/debug.cpp index 5856aa3045d..99c6035624c 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; }