From a66cb8916f109cfec6fa81137c4a13507e2e9d6c Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 12 Jan 2006 02:35:45 +0000 Subject: [PATCH] typo git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7996 f38db490-d61c-443f-a65b-d21fe96a405b --- 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 41c619225..76407d018 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";