aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 04:53:42 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-24 04:53:42 +0000
commite8841df05d6162c8399bc95439740a9d7ef0f9f0 (patch)
tree400aca1e06f1e5dffdf8e6ad7eb4f0bf9d090099
parent391f6a3f4f24fe81f8e0a423ac2755ad4b79225d (diff)
Fix a typo in the app description
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@14659 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 488ddba7b..85be0cd41 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -317,7 +317,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";