]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix another typo in documentation
authorRussell Bryant <russell@russellbryant.com>
Mon, 2 Jun 2008 01:03:22 +0000 (01:03 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 2 Jun 2008 01:03:22 +0000 (01:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@119530 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_dial.c

index 22586c9830b02cbc6cb11e6e9a30514a2a77b2fb..d5e5fe8c90a78ec42d7a4d7987a1c9aa8fd061fc 100644 (file)
@@ -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"