summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-11-06 04:08:40 +0000
committerJeremy McNamara <jj@nufone.net>2003-11-06 04:08:40 +0000
commitf70f05ca356c2e63408874853a1e9b31abb0cd09 (patch)
tree16526002573c2ab502de658b9fac6151e4bdcf02 /apps
parent952faabb041ce7529f990b32f2436b2593507d75 (diff)
minor language tweak. Thanks Carp
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-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"