aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 14:40:13 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 14:40:13 +0000
commit05f320e1b87910bc21f6baa06abe4834627ff5bd (patch)
treea153a4ff79b5841c90e8b7047066fc4955371b84
parent973580ded1ceb0dd68e40182dffec907d1d6c4a8 (diff)
Two grammar issues (bug 7927)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@42697 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/voicemail.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index fa362c95d..edfc198e3 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -4,7 +4,7 @@
;
; NOTE: Asterisk has to edit this file to change a user's password. This does
-; note currently work with the "#include <file>" directive for Asterisk
+; not currently work with the "#include <file>" directive for Asterisk
; configuration files. Do not use it with this configuration file.
;
@@ -45,7 +45,7 @@ attach=yes
skipms=3000
; How many seconds of silence before we end the recording
maxsilence=10
-; Silence threshold (what we consider silence, the lower, the more sensitive)
+; Silence threshold (what we consider silence: the lower, the more sensitive)
silencethreshold=128
; Max number of failed login attempts
maxlogins=3