summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2012-07-12 14:36:44 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2012-07-12 14:36:44 +0000
commit9bd9eb809c8bcd96e3ddb9f0ce39516be3f85286 (patch)
treeefd6960cc2e8a9f2642d8ac950904ba6c51371e9
parenta8c12c6e67af4645e804b704b630e0668ce84781 (diff)
Reverting last merge since it wasn't completed properly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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>
***/