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.5 -r1.93.2.6 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 23 Jul 2019 17:06:23 -0000 1.93.2.5 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 9 Aug 2019 19:45:14 -0000 1.93.2.6 @@ -507,7 +507,7 @@ # In case, we want to destroy some objects, and the # destructor fails, make sure to destroy them even # then. Half-deleted zombies can produce harm. We reclass - # the object to the base classe and try again. + # the object to the base class and try again. # if {[lindex $cmd 1] eq "destroy"} { ns_log error "... forcing object destroy without application level destuctors"