aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-27 13:03:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-27 13:03:43 +0000
commit319873b9e57312738e742a50637a2931e8fb69ea (patch)
tree5621063d60eceb1ea4a28760667c0e6050626265 /res
parentf2d6fdf2092e3013243bac5a90640652f69dfa34 (diff)
Fix some documentation typos and spelling errors.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@288927 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index eeaf72b17..7de717883 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -134,7 +134,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</agi>
<agi name="control stream file" language="en_US">
<synopsis>
- Sends audio file on channel and allows the listner to control the stream.
+ Sends audio file on channel and allows the listener to control the stream.
</synopsis>
<syntax>
<parameter name="filename" required="true">
@@ -151,7 +151,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<parameter name="pausechr" />
</syntax>
<description>
- <para>Send the given file, allowing playback to be controled by the given
+ <para>Send the given file, allowing playback to be controlled by the given
digits, if any. Use double quotes for the digits if you wish none to be
permitted. Returns <literal>0</literal> if playback completes without a digit
being pressed, or the ASCII numerical value of the digit if one was pressed,
@@ -245,7 +245,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<parameter name="maxdigits" />
</syntax>
<description>
- <para>Stream the given <replaceable>file</replaceable>, and recieve DTMF data.</para>
+ <para>Stream the given <replaceable>file</replaceable>, and receive DTMF data.</para>
<para>Returns the digits received from the channel at the other end.</para>
</description>
</agi>
@@ -678,7 +678,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax>
<description>
<para>Sends <replaceable>message</replaceable> to the console via verbose
- message system. <replaceable>level</replaceable> is the the verbose level (1-4).
+ message system. <replaceable>level</replaceable> is the verbose level (1-4).
Always returns <literal>1</literal></para>
</description>
</agi>