aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-02 01:03:22 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-02 01:03:22 +0000
commit1779fe10970d4e4fbd89dfa9a93365d6051df6d0 (patch)
tree5e4302d9d217f42842a12b4d239f338e41c4a7c9
parentbcbd4a00974027100268ce04b3c98174244556a5 (diff)
Fix another typo in documentation
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@119530 f38db490-d61c-443f-a65b-d21fe96a405b
-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 22586c983..d5e5fe8c9 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -210,7 +210,7 @@ static char *rdescrip =
" RetryDial(announce|sleep|retries|dialargs): This application will attempt to\n"
"place a call using the normal Dial application. If no channel can be reached,\n"
"the 'announce' file will be played. Then, it will wait 'sleep' number of\n"
-"seconds before retying the call. After 'retries' number of attempts, the\n"
+"seconds before retrying the call. After 'retries' number of attempts, the\n"
"calling channel will continue at the next priority in the dialplan. If the\n"
"'retries' setting is set to 0, this application will retry endlessly.\n"
" While waiting to retry a call, a 1 digit extension may be dialed. If that\n"