]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixing a typo.
authorMark Michelson <mmichelson@digium.com>
Wed, 23 Jan 2008 20:25:00 +0000 (20:25 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 23 Jan 2008 20:25:00 +0000 (20:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@99975 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_externalivr.c

index 7859a3e166a06842100190ad987c9f5151cfcb85..de905997eef36ccd36afa5c6e5bd0a6870a208d6 100644 (file)
@@ -58,7 +58,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"