mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
More misspellings messily dispatched.
This commit is contained in:
parent
f50f4a7c91
commit
00cf07b221
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue