aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 23:16:35 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-16 23:16:35 +0000
commit2b1a8b77802c4f8b9c73a825480ea031132037f1 (patch)
tree662aadc154f1b146b2c2fdea640dad03f0295d26 /apps/app_dial.c
parentefc03034007146213e63411054941ed37e1040b3 (diff)
Fix a couple of typos in applications.. Initially spotted by mrobinson.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@47780 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index b214017bb..1d414bc30 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -65,7 +65,7 @@ static char *synopsis = "Place a call and connect to the current channel";
static char *descrip =
" Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL]):\n"
-"This applicaiton will place calls to one or more specified channels. As soon\n"
+"This application will place calls to one or more specified channels. As soon\n"
"as one of the requested channels answers, the originating channel will be\n"
"answered, if it has not already been answered. These two channels will then\n"
"be active in a bridged call. All other channels that were requested will then\n"