From 64b5fceb32fd2613a332b8c6982c88ee931f8593 Mon Sep 17 00:00:00 2001 From: Mark Michelson <mmichelson@digium.com> Date: Wed, 23 Jan 2008 20:26:19 +0000 Subject: [PATCH] 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 --- apps/app_externalivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c index 3de290f321..443d8e0c7e 100644 --- a/apps/app_externalivr.c +++ b/apps/app_externalivr.c @@ -51,7 +51,7 @@ static const char *app = "ExternalIVR"; static const char *synopsis = "Interfaces with an external IVR application"; 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" "controlled by the external application, which can add and clear entries\n" "via simple commands issued over its stdout. The external application\n" -- GitLab