From 804d837c7d27ea40b079cd1d5e8aaa020438e2a6 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 14 Dec 2007 15:01:10 +0000 Subject: [PATCH] Change help documentation to match actual behavior (FAILURE vs FAILED). Reported by: angeloxx-sir Patch by: tilghman (Closes issue #11548) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@92933 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_agi.c b/res/res_agi.c index 5ea2d69a0c..0a56f94e85 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;