aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-09 21:10:20 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-09 21:10:20 +0000
commit879fc91acde2fddb0982bec0453dfcf6568086cc (patch)
tree3eddc752e6e97e828f072903cfc990c0d5ffc62d
parent43d3fd2bc8815c5a1f17259cde135ca8e74b620a (diff)
Merged revisions 58604 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58604 | file | 2007-03-09 16:08:19 -0500 (Fri, 09 Mar 2007) | 2 lines Fix spelling of unavailable in voicemail documentation. (issue #9248 reported by tensai) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58605 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 19489121f..045e9b5b8 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -455,7 +455,7 @@ static char *descrip_vm =
" message. The units are whole-number decibels (dB).\n"
" s - Skip the playback of instructions for leaving a message to the\n"
" calling party.\n"
- " u - Play the 'unavailble greeting.\n"
+ " u - Play the 'unavailable greeting.\n"
" j - Jump to priority n+101 if the mailbox is not found or some other\n"
" error occurs.\n";