+2005-11-14 Russell Bryant <russell@digium.com>
+
+ * apps/app_dial.c: Fix typo in RetryDial description.
+
2005-11-12 Russell Bryant <russell@digium.com>
* channels/chan_oss.c: Fix a typo in an error message.
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"