]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
optimized AngleVectors calls (pass NULL for vectors that should not be generated)
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index f9eab24ec8d22b3c21be3327df396910711fff6c..da1daa65e7970697c6b3296b74b50107549d32e7 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -96,7 +96,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