aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-06 04:08:40 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-06 04:08:40 +0000
commitab55ec20e6818bd5afb47605f3c3ddf89fcb8d0f (patch)
tree16526002573c2ab502de658b9fac6151e4bdcf02 /apps/app_dial.c
parentdb2dbaf74900a99a8e1e4d51d19f63eef8cec55e (diff)
minor language tweak. Thanks Carp
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1700 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 7b50bb2db..b59e0aa37 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"