Index: openacs-4/packages/acs-mail-lite/acs-mail-lite.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/acs-mail-lite.info,v diff -u -r1.56 -r1.57 --- openacs-4/packages/acs-mail-lite/acs-mail-lite.info 19 Feb 2018 18:32:06 -0000 1.56 +++ openacs-4/packages/acs-mail-lite/acs-mail-lite.info 20 Feb 2018 09:07:27 -0000 1.57 @@ -38,7 +38,7 @@ Set this parameter to the root of your filesystem will disable this restriction. Default for the empty value of this parameter will be to allow only files into the temporary folder of the system, as in '[ns_tmpdir]'" section_name="email"/> - + Index: openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 19 Feb 2018 19:00:23 -0000 1.5 +++ openacs-4/packages/acs-mail-lite/tcl/email-inbound-procs.tcl 20 Feb 2018 09:07:27 -0000 1.6 @@ -1,6 +1,6 @@ ad_library { - Provides API for importing email under a varitey of deployment conditions. + Provides API for importing email under a variety of deployment conditions. @creation-date 19 Jul 2017 @cvs-id $Id$ @@ -1733,7 +1733,7 @@ uidvalidity is defined by imap RFC 3501 2.3.1.1 https://tools.ietf.org/html/rfc3501#section-2.3.1.1 Other protocols have an analog mechanism, or one - can be made locally to be equivallent in use. + can be made locally to be equivalent in use. } { set hit_p 0 set src_ext $mailbox_host_name @@ -2200,7 +2200,7 @@ # mime::uniqueID: # return "" # is defined in ns/lib/tcllib1.18/mime/mime.tcl - # mime(cid) is a counter that incriments by one each time called. + # mime(cid) is a counter that increments by one each time called. lappend check_list content-id Index: openacs-4/packages/acs-mail-lite/tcl/imap-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/imap-inbound-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-mail-lite/tcl/imap-inbound-procs.tcl 19 Feb 2018 19:00:23 -0000 1.3 +++ openacs-4/packages/acs-mail-lite/tcl/imap-inbound-procs.tcl 20 Feb 2018 09:07:27 -0000 1.4 @@ -30,7 +30,7 @@ If a parameter is passed with value, the value is assigned to parameter. - @param name_mb See nsimap documentaion for mailbox.name. + @param name_mb See nsimap documentation for mailbox.name. @param port Ignored for now. SSL automatically switches port. } { # See one row table acs_mail_lite_imap_conn Index: openacs-4/packages/acs-mail-lite/www/doc/analysis-notes.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/www/doc/analysis-notes.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-mail-lite/www/doc/analysis-notes.adp 17 Feb 2018 17:08:31 -0000 1.1 +++ openacs-4/packages/acs-mail-lite/www/doc/analysis-notes.adp 20 Feb 2018 09:07:27 -0000 1.2 @@ -123,13 +123,13 @@ set scan_in_est_dur_per_cycle_s_override to actual wait time the current cycle has to wait including any prior cycle wait time --if the delays exceed one cycle (accumulative_delay_cycles.

From acs-tcl/tcl/test/ad-proc-test-procs.tcl
-    # This example gets list of implimentations of a callback: (so they could be triggered one by one)
+    # This example gets list of implementations of a callback: (so they could be triggered one by one)
      ad_proc -callback a_callback { -arg1 arg2 } { this is a test callback } -
     set callback_procs [info commands ::callback::a_callback::*]
     
   

- Each subsquent cycle moves toward renormalization by adjusting + Each subsequent cycle moves toward renormalization by adjusting scan_in_est_dur_per_cycle_s_override toward value of scan_in_est_dur_per_cycle_s by one replies_est_dur_per_cycle with minimum of