]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.c
optimized AngleVectors calls (pass NULL for vectors that should not be generated)
[xonotic/darkplaces.git] / cvar.c
diff --git a/cvar.c b/cvar.c
index db48c0c26b8618a3f3a5c207c6408cc335065fec..bb6801587555a357b9776657e1767fd40ba15cf1 100644 (file)
--- a/cvar.c
+++ b/cvar.c
@@ -153,7 +153,7 @@ void Cvar_RegisterVariable (cvar_t *variable)
 {
        char    *oldstr;
        
-// first check to see if it has allready been defined
+// first check to see if it has already been defined
        if (Cvar_FindVar (variable->name))
        {
                Con_Printf ("Can't register variable %s, already defined\n", variable->name);