]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix typo in documentation
authorPaul Belanger <paul.belanger@polybeacon.com>
Mon, 31 May 2010 16:07:27 +0000 (16:07 +0000)
committerPaul Belanger <paul.belanger@polybeacon.com>
Mon, 31 May 2010 16:07:27 +0000 (16:07 +0000)
(closes issue #17395)
Reported by: pabelanger
Patches:
      res_agi.c.patch uploaded by pabelanger (license 224)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@266570 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_agi.c

index 2143e5ff4d06c01401ee369b749a38abb2670cfb..93fa1f6cc653fe3a39bee526baf13509df06d121 100644 (file)
@@ -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";