summaryrefslogtreecommitdiff
path: root/funcs/func_math.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-11-02 02:50:33 +0000
committerRussell Bryant <russell@russellbryant.com>2008-11-02 02:50:33 +0000
commit6f314f4d4241c96cf893fdf086ba4bb6bd19d9be (patch)
tree6e52a9a7219beecd3c6b0113c2894e2f45988f8e /funcs/func_math.c
parentd7742120e9122e82cab03e2976b4cc9958438ad8 (diff)
Fix various spelling and grammatical issues in documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_math.c')
-rw-r--r--funcs/func_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index 627cf860a..3d737ef5f 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</parameter>
</syntax>
<description>
- <para>Performs mathematicas functions based on two parameters and a operator, the returned
+ <para>Performs mathematical functions based on two parameters and an operator. The returned
value type is <replaceable>type</replaceable></para>
<para>Example: Set(i=${MATH(123%16,int)}) - sets var i=11</para>
</description>