From: Russell Bryant Date: Thu, 12 Jan 2006 02:35:45 +0000 (+0000) Subject: typo X-Git-Tag: 1.4.0-beta1~2983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f693a606f85c9099671aa5f17e8ec8f643325f28;p=thirdparty%2Fasterisk.git typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7996 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 41c619225b..76407d0186 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -339,7 +339,7 @@ static char *descrip_vmain = " g(#) - Use the specified amount of gain when recording a voicemail\n" " message. The units are whole-number decibels (dB).\n" " s - Skip checking the passcode for the mailbox.\n" -" a(#) - Skip folder prompt and g directly to folder specified, default 1\n"; +" a(#) - Skip folder prompt and go directly to folder specified, default 1\n"; static char *synopsis_vm_box_exists = "Check to see if Voicemail mailbox exists";