From 6d22be794feb2743b10de3c0751e2298310a437a Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Fri, 24 Mar 2006 04:55:09 +0000 Subject: [PATCH] Merged revisions 14659 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14659 | bweschke | 2006-03-23 22:53:42 -0600 (Thu, 23 Mar 2006) | 3 lines Fix a typo in the app description ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14660 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index c1c6609752..ac182af02f 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -328,7 +328,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";