Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -N -r1.93.2.1 -r1.93.2.2 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 21 Feb 2019 12:30:59 -0000 1.93.2.1 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 10 Mar 2019 22:13:52 -0000 1.93.2.2 @@ -592,7 +592,7 @@ # created/recreated, it does not perform a cleanup of its # contents. This means that preexisting procs, objects classes, # variables etc. will survive a recreation. As a consequence, - # ::xo::Modules can easily span multiple files an they can be used + # ::xo::Modules can easily span multiple files and they can be used # like a namespace. However, the modules have the advantage that it # is possible to define procs, instprocs with non-positional # arguments directly in it. It is as well possible to use mixins