[asterisk-commits] russell: branch 1.8 r288927 - /branches/1.8/res/res_agi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 27 08:03:46 CDT 2010


Author: russell
Date: Mon Sep 27 08:03:43 2010
New Revision: 288927

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=288927
Log:
Fix some documentation typos and spelling errors.

Modified:
    branches/1.8/res/res_agi.c

Modified: branches/1.8/res/res_agi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/res/res_agi.c?view=diff&rev=288927&r1=288926&r2=288927
==============================================================================
--- branches/1.8/res/res_agi.c (original)
+++ branches/1.8/res/res_agi.c Mon Sep 27 08:03:43 2010
@@ -134,7 +134,7 @@
 	</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 @@
 			<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 @@
 			<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 @@
 		</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>




More information about the asterisk-commits mailing list