spelling mistake

svn-id: r12090
This commit is contained in:
Joost Peters 2004-01-02 14:26:39 +00:00
parent e5ba3b172e
commit 539002e23a

View File

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