aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-27 20:28:28 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-27 20:28:28 +0000
commit241bc934ebd8fd306125821d11a59b2b4cb6e7a3 (patch)
treebf94564f4150bc5ef6feccb3045e4dff1aafb421 /res/res_agi.c
parentb8e14facbc2fa758f828acf66da25e428b42de6e (diff)
Merged revisions 209098 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r209098 | dbrooks | 2009-07-27 11:33:50 -0500 (Mon, 27 Jul 2009) | 6 lines Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize" (closes issue #15571) Reported by: alecdavis ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@209233 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 0631694b3..d04e38a25 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -2223,7 +2223,7 @@ static char usage_sayphonetic[] =
static char usage_getdata[] =
" Usage: GET DATA <file to be streamed> [timeout] [max digits]\n"
-" Stream the given file, and recieve DTMF data. Returns the digits received\n"
+" Stream the given file, and receive DTMF data. Returns the digits received\n"
"from the channel at the other end.\n";
static char usage_setcontext[] =