From 2f0faff40bb88a85889b50f40fe1508106c24217 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 27 Sep 2010 13:03:43 +0000 Subject: [PATCH] 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 --- res/res_agi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/res_agi.c b/res/res_agi.c index eeaf72b17e..7de7178836 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -134,7 +134,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - 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. @@ -151,7 +151,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Send the given file, allowing playback to be controled by the given + 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 0 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$") - Stream the given file, and recieve DTMF data. + Stream the given file, and receive DTMF data. Returns the digits received from the channel at the other end. @@ -678,7 +678,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Sends message to the console via verbose - message system. level is the the verbose level (1-4). + message system. level is the verbose level (1-4). Always returns 1 -- 2.47.3