summaryrefslogtreecommitdiff
path: root/funcs/func_speex.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_speex.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_speex.c')
-rw-r--r--funcs/func_speex.c6
1 files changed, 3 insertions, 3 deletions
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>