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"