More misspellings messily dispatched.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-02-23 05:32:06 +00:00
parent f50f4a7c91
commit 00cf07b221

View file

@ -110,7 +110,7 @@ char *Cmd_Argv (int arg);
char *Cmd_Args (void);
// The functions that execute commands get their parameters with these
// functions. Cmd_Argv () will return an empty string, not a NULL
// if arg > argc, so string operations are allways safe.
// if arg > argc, so string operations are always safe.
int Cmd_CheckParm (char *parm);
// Returns the position (1 to argc-1) in the command's argument list