Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.48 -r1.49 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 24 Mar 2018 16:10:23 -0000 1.48 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 27 Mar 2018 11:17:59 -0000 1.49 @@ -823,7 +823,7 @@ so passing arrays to a callback can be done normally via
upvar arrayname $arrayref

- The return codes returned from the implmentation are treated + The return codes returned from the implementation are treated as follows:

return -code ok or "return"
@@ -857,7 +857,7 @@ @param callback the callback name without leading or trailing :: - @param impl invoke a specific implemenation rather than all implementations + @param impl invoke a specific implementation rather than all implementations of the given callback @param catch if catch specified errors in the callback will be caught, tracebacks