aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-31 16:07:27 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-31 16:07:27 +0000
commit7d418b23104dcfe0f35b75e5197c35bf87673de5 (patch)
treed8015cb3ad030060d545080b8c577fafdcaac329
parentcbf45ea95e875a5ec154f70264c6e712fcacd27b (diff)
Fix typo in documentation
(closes issue #17395) Reported by: pabelanger Patches: res_agi.c.patch uploaded by pabelanger (license 224) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@266570 f38db490-d61c-443f-a65b-d21fe96a405b
-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 2143e5ff4..93fa1f6cc 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -344,7 +344,7 @@ static char *descrip =
"AGISIGHUP channel variable to \"no\" before executing the AGI application.\n"
" Using 'EAGI' provides enhanced AGI, with incoming audio available out of band\n"
"on file descriptor 3.\n\n"
-" Use the CLI command 'agi show commnands' to list available agi commands.\n"
+" Use the CLI command 'agi show commands' to list available agi commands.\n"
" This application sets the following channel variable upon completion:\n"
" AGISTATUS The status of the attempt to the run the AGI script\n"
" text string, one of SUCCESS | FAILURE | NOTFOUND | HANGUP\n";