aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-02 02:50:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-02 02:50:33 +0000
commit44147470e551edee9f30981e22de511913ac747a (patch)
tree6e52a9a7219beecd3c6b0113c2894e2f45988f8e /funcs
parent566af996616e8f11fee9270b0d6a66270692d054 (diff)
Fix various spelling and grammatical issues in documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153468 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_env.c2
-rw-r--r--funcs/func_math.c2
-rw-r--r--funcs/func_speex.c6
-rw-r--r--funcs/func_strings.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/funcs/func_env.c b/funcs/func_env.c
index 401dc28e3..c56c50d71 100644
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -40,7 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</synopsis>
<syntax>
<parameter name="varname" required="true">
- <para>Enviroment variable name</para>
+ <para>Environment variable name</para>
</parameter>
</syntax>
<description>
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>
diff --git a/funcs/func_speex.c b/funcs/func_speex.c
index 6858cf7a3..a3a5345ed 100644
--- a/funcs/func_speex.c
+++ b/funcs/func_speex.c
@@ -60,12 +60,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax>
<description>
<para>The AGC function will apply automatic gain control to the audio on the
- channel that it is executed on. Using <literal>rx</literal> for audio recieved
+ channel that it is executed on. Using <literal>rx</literal> for audio received
and <literal>tx</literal> for audio transmitted to the channel. When using this
- function you set a target audio level. It is primarly intended for use with
+ function you set a target audio level. It is primarily intended for use with
analog lines, but could be useful for other channels as well. The target volume
is set with a number between <literal>1-32768</literal>. The larger the number
- the louder (more gain) the channel will recieve.</para>
+ the louder (more gain) the channel will receive.</para>
<para>Examples:</para>
<para>exten => 1,1,Set(AGC(rx)=8000)</para>
<para>exten => 1,2,Set(AGC(tx)=off)</para>
diff --git a/funcs/func_strings.c b/funcs/func_strings.c
index c45638564..651fcede2 100644
--- a/funcs/func_strings.c
+++ b/funcs/func_strings.c
@@ -149,7 +149,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>The comma-delimited list passed as a value to which the function is set will
be interpreted as a set of values to which the comma-delimited list of
- variable names in the arguement should be set.</para>
+ variable names in the argument should be set.</para>
<para>Example: Set(ARRAY(var1,var2)=1,2) will set var1 to 1 and var2 to 2</para>
</description>
</function>