summaryrefslogtreecommitdiff
path: root/funcs/func_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_math.c')
-rw-r--r--funcs/func_math.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index e27057c57..e745c4733 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -103,8 +103,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax>
<description>
<para>Decrements the value of a variable, while returning the updated value to the dialplan</para>
- <para>Example: DEC(MyVAR) - Decrements MyVar</para>
- <para>Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value</para>
+ <para>Example: DEC(MyVAR) - Increments MyVar</para>
+ <para>Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value</para>
</description>
</function>
***/