From f70f05ca356c2e63408874853a1e9b31abb0cd09 Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Thu, 6 Nov 2003 04:08:40 +0000
Subject: [PATCH] minor language tweak. Thanks Carp

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 apps/app_dial.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/app_dial.c b/apps/app_dial.c
index 7b50bb2db8..b59e0aa37b 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -39,7 +39,7 @@ static char *tdesc = "Dialing Application";
 
 static char *app = "Dial";
 
-static char *synopsis = "Place an call and connect to the current channel";
+static char *synopsis = "Place a call and connect to the current channel";
 
 static char *descrip =
 "  Dial(Technology/resource[&Technology2/resource2...][|timeout][|options][|URL]):\n"
-- 
GitLab