aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:41:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:41:49 +0000
commit9b9ca6cac58dea63b8d1bd7fa516c283c765bf33 (patch)
tree9ca8ca28a79672017dbf1d1e0d392fe2152daeab /configs/cdr.conf.sample
parentfb320ddf9e22fb4cd3101b04bde43a373a15daa5 (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: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/cdr.conf.sample')
-rw-r--r--configs/cdr.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cdr.conf.sample b/configs/cdr.conf.sample
index eb3ababcd..4e4c3d43c 100644
--- a/configs/cdr.conf.sample
+++ b/configs/cdr.conf.sample
@@ -35,7 +35,7 @@
;time=300
; The CDR engine uses the internal asterisk scheduler to determine when to post
-; records. Posting can either occure inside the scheduler thread, or a new
+; records. Posting can either occur inside the scheduler thread, or a new
; thread can be spawned for the submission of every batch. For small batches,
; it might be acceptable to just use the scheduler thread, so set this to "yes".
; For large batches, say anything over size=10, a new thread is recommended, so