aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-22 05:31:42 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-22 05:31:42 +0000
commitf201de832926ca65908db8bf04c68799f46af071 (patch)
tree8c73c2ee11c8860aea4b60c18e788d0cf43e4b87 /apps/app_dial.c
parentd42bde85d7194df2d04f417d499428a24b3c4124 (diff)
Fix another typo in the app_dial description
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2211 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 812aedc79..d6bf88736 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -49,10 +49,10 @@ static char *descrip =
"which first answered. All other calls placed by the Dial app will be hung up\n"
"If a timeout is not specified, the Dial application will wait indefinitely\n"
"until either one of the called channels answers, the user hangs up, or all\n"
-"channels return busy or error. In general, the dialler will return 0 if it\n"
+"channels return busy or error. In general, the dialer will return 0 if it\n"
"was unable to place the call, or the timeout expired. However, if all\n"
"channels were busy, and there exists an extension with priority n+101 (where\n"
-"n is the priority of the dialler instance), then it will be the next\n"
+"n is the priority of the dialer instance), then it will be the next\n"
"executed extension (this allows you to setup different behavior on busy from\n"
"no-answer).\n"
" This application returns -1 if the originating channel hangs up, or if the\n"