From: BJ Weschke Date: Fri, 24 Mar 2006 04:53:42 +0000 (+0000) Subject: Fix a typo in the app description X-Git-Tag: 1.2.6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea7edda6b51cf4d0f2ffb6ef8dbb3c2f36ebc67;p=thirdparty%2Fasterisk.git Fix a typo in the app description git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14659 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 488ddba7bc..85be0cd41c 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";