From: Michiel van Baak Date: Sun, 1 Jun 2008 21:06:27 +0000 (+0000) Subject: Merged revisions 119478 via svnmerge from X-Git-Tag: 1.6.2.0-beta1~2111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0da2734cb5d5f29f587aeb552f13bf15e00c4298;p=thirdparty%2Fasterisk.git Merged revisions 119478 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r119478 | mvanbaak | 2008-06-01 22:47:55 +0200 (Sun, 01 Jun 2008) | 2 lines small typo fix 'retires' => 'retries' ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@119479 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index 205127014f..4a4772d663 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -225,7 +225,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"