From 96f7036c99d8be1001ca9eaafd81a59a25879417 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Fri, 9 Mar 2007 21:10:20 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/trunk@58605 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 19489121fc..045e9b5b8d 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";