From bcbd4a00974027100268ce04b3c98174244556a5 Mon Sep 17 00:00:00 2001 From: mvanbaak Date: Sun, 1 Jun 2008 20:47:55 +0000 Subject: small typo fix 'retires' => 'retries' git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@119478 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_dial.c b/apps/app_dial.c index e9189b4bf..22586c983 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 'retires' number of attempts, the\n" +"seconds before retying 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" -- cgit v1.2.3