diff --git a/include/cmd.h b/include/cmd.h index 06028f945..7d061f8dd 100644 --- a/include/cmd.h +++ b/include/cmd.h @@ -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