Fix some documentation typos and spelling errors.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@288927 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2010-09-27 13:03:43 +00:00
parent 7b54142df4
commit 2f0faff40b

View File

@@ -134,7 +134,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</agi> </agi>
<agi name="control stream file" language="en_US"> <agi name="control stream file" language="en_US">
<synopsis> <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> </synopsis>
<syntax> <syntax>
<parameter name="filename" required="true"> <parameter name="filename" required="true">
@@ -151,7 +151,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<parameter name="pausechr" /> <parameter name="pausechr" />
</syntax> </syntax>
<description> <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 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 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, 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" /> <parameter name="maxdigits" />
</syntax> </syntax>
<description> <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> <para>Returns the digits received from the channel at the other end.</para>
</description> </description>
</agi> </agi>
@@ -678,7 +678,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax> </syntax>
<description> <description>
<para>Sends <replaceable>message</replaceable> to the console via verbose <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> Always returns <literal>1</literal></para>
</description> </description>
</agi> </agi>