From 6db4b84d9f763787bfc1b111b9f06c881d7f53ed Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Sun, 11 Nov 2007 12:43:05 +0000 Subject: [PATCH] typo fix --- data/core/macros/conditional-utils.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/macros/conditional-utils.cfg b/data/core/macros/conditional-utils.cfg index e57ab2e7506..e08fb9b922a 100644 --- a/data/core/macros/conditional-utils.cfg +++ b/data/core/macros/conditional-utils.cfg @@ -17,7 +17,7 @@ # Shortcut for IF statements testing the value of a variable. # Need to write [then] and [else] tags manually. # Use like this: - #! {IF_VARIABLE some_variable equals yes ( + #! {IF_VAR some_variable equals yes ( #! [then] #! ... #! [/then]