summaryrefslogtreecommitdiff
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-09-11 16:41:49 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-09-11 16:41:49 +0000
commit091e1aed8d8e53750b934df59e0be01d9ac070d7 (patch)
tree9ca8ca28a79672017dbf1d1e0d392fe2152daeab /configs/queues.conf.sample
parentef879455f58de028973f155108ec0f85846ccc95 (diff)
Merged revisions 42716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/queues.conf.sample')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 40098606f..537277235 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -24,7 +24,7 @@ persistentmembers = yes
; probably more along the lines of how a queue should work and
; in most cases, you will want to enable this behavior. If you
; do not specify or comment out this option, it will default to no
-; to keep backward compatability with the old behavior.
+; to keep backward compatibility with the old behavior.
;
autofill = yes
;
@@ -35,7 +35,7 @@ autofill = yes
; the concept of "joining/mixing" the in/out files now goes away
; when this is enabled. You can set the default type for all queues
; here, and then also change monitor-type for individual queues within
-; queue by using the same configuation parameter within a queue
+; queue by using the same configuration parameter within a queue
; configuration block. If you do not specify or comment out this option,
; it will default to the old 'Monitor' behavior to keep backward
; compatibility.