From 00cf07b22131155bbe7b0400443421cbca4327bf Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Fri, 23 Feb 2001 05:32:06 +0000 Subject: [PATCH] More misspellings messily dispatched. --- include/cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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