From 58eb1a84175bfefabb9f10b85afb6fc78bca0fba Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Wed, 3 Mar 2010 19:18:21 +0000 Subject: Corrected a typo. --- source/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cmd.c') diff --git a/source/cmd.c b/source/cmd.c index 556c1a3..711ba98 100644 --- a/source/cmd.c +++ b/source/cmd.c @@ -917,7 +917,7 @@ char *Cmd_MacroExpandString( const char *text, qboolean aliasHack ) { if( *start == '{' ) { // allow ${variable} syntax start++; - if( *start == '$' ) { // allow ${$varibale} syntax + if( *start == '$' ) { // allow ${$variable} syntax start++; } while( *start ) { -- cgit v1.2.3