aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-14 10:24:59 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-14 10:24:59 +0000
commit2e1332e69c7af3119ec6628d9107600156839c70 (patch)
tree3c43d9e32cd2d79bd29e6e7f3c7cfd6a024398af
parent21e4d8c4ed96bc67fd7adb0358cc429d1e4a9192 (diff)
fix a typo in the RetryDial description
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7095 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xChangeLog4
-rwxr-xr-xapps/app_dial.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bd318fd5..7578710c5 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
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"