diff --git a/funcs/func_math.c b/funcs/func_math.c index e27057c57e..e745c4733f 100644 --- a/funcs/func_math.c +++ b/funcs/func_math.c @@ -103,8 +103,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Decrements the value of a variable, while returning the updated value to the dialplan - Example: DEC(MyVAR) - Decrements MyVar - Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value + Example: DEC(MyVAR) - Increments MyVar + Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value ***/