From 0702130ed15957ea585f93424bd64b3665f89b61 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 14 Nov 2005 10:24:59 +0000 Subject: fix a typo in the RetryDial description git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7095 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_dial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_dial.c') diff --git a/apps/app_dial.c b/apps/app_dial.c index edb94e155..e1725b57e 100755 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -175,7 +175,7 @@ static char *rsynopsis = "Place a call, retrying on failure allowing optional ex 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 'annonce' file will be played. Then, it will wait 'sleep' number of\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" "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" -- cgit v1.2.3