Merged revisions 99975 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r99975 | mmichelson | 2008-01-23 14:25:00 -0600 (Wed, 23 Jan 2008) | 3 lines

Fixing a typo.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson 2008-01-23 20:26:19 +00:00
parent 1194f91214
commit 64b5fceb32
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static const char *app = "ExternalIVR";
static const char *synopsis = "Interfaces with an external IVR application"; static const char *synopsis = "Interfaces with an external IVR application";
static const char *descrip = static const char *descrip =
" ExternalIVR(command[,arg[,arg...]]): Forks an process to run the supplied command,\n" " ExternalIVR(command[,arg[,arg...]]): Forks a process to run the supplied command,\n"
"and starts a generator on the channel. The generator's play list is\n" "and starts a generator on the channel. The generator's play list is\n"
"controlled by the external application, which can add and clear entries\n" "controlled by the external application, which can add and clear entries\n"
"via simple commands issued over its stdout. The external application\n" "via simple commands issued over its stdout. The external application\n"