[Asterisk-cvs] asterisk/apps app_dial.c,1.187,1.188

russell russell
Mon Nov 14 05:34:47 CST 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv17432/apps

Modified Files:
	app_dial.c 
Log Message:
fix a typo in the RetryDial description


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- app_dial.c	12 Nov 2005 01:33:10 -0000	1.187
+++ app_dial.c	14 Nov 2005 10:24:59 -0000	1.188
@@ -175,7 +175,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 '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"




More information about the svn-commits mailing list