aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-10 15:37:54 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-10 15:37:54 +0000
commitdffd0dd2a18590e6998cdcb5a085481e9fef4645 (patch)
tree5598cb616f890a173ad80f5f4949c4395290f402
parentf4d5baf19b71c436f49eea8ce6dc31dadff8a1b5 (diff)
Fix a small typo in description in of Voicemail() application.
Issue 10170, patch by casper. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@74316 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 070ebcd5e..b292eb2fb 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -318,7 +318,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 'unavailable 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";