diff --git a/res/res_agi.c b/res/res_agi.c
index 77e56f5f2ce795f3b9a13b0f42956f7b054488da..61bd9f5b7a40d9a74caeb0a4d9e21fc295cced2a 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -85,7 +85,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 | NOTFOUND | HANGUP\n";
+"                    text string, one of SUCCESS | FAILURE | NOTFOUND | HANGUP\n";
 
 static int agidebug = 0;