aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-14 15:01:10 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-14 15:01:10 +0000
commit2eb898c2e3aab00adda836e098ab0aeb2c81bfb8 (patch)
treeed59f3c5079a880c0ebc4e52f60e8943a8296300
parentde53134064a161d729a67c1067e53516b3767992 (diff)
Change help documentation to match actual behavior (FAILURE vs FAILED).
Reported by: angeloxx-sir Patch by: tilghman (Closes issue #11548) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@92933 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 5ea2d69a0..0a56f94e8 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -100,7 +100,7 @@ static char *descrip =
" Use the CLI command 'agi show' 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 | FAILED | HANGUP\n";
+" text string, one of SUCCESS | FAILURE | HANGUP\n";
static int agidebug = 0;