Index: openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl,v diff -u -N -r1.13.2.4 -r1.13.2.5 --- openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl 21 Sep 2016 17:26:47 -0000 1.13.2.4 +++ openacs-4/packages/xotcl-core/tcl/40-thread-mod-procs.tcl 22 Apr 2017 17:34:03 -0000 1.13.2.5 @@ -7,8 +7,8 @@ and destroy threads and to pass commands to these threads. It is designed in a way to create threads lazyly such that thread definitions can be included - in the modules directory of the aolserver and - therefore be part of the aolserver blueprints. + in the modules directory of the AOLserver and + therefore be part of the AOLserver blueprints. When an instance of THREAD is created (e.g. t1), an init-command is provided. e.g.: