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.78.2.19 -r1.78.2.20 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 3 Oct 2016 12:07:32 -0000 1.78.2.19 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 14 Oct 2016 11:29:52 -0000 1.78.2.20 @@ -168,7 +168,7 @@ if {[::package vcompare [package require xotcl::serializer] 2.0] < -1} { # # The serializer of xotcl/2.0 registers already a method "serialize" - # on Object. Don't mess with that. + # on ::xotcl::Object. Don't mess with that. # ::xotcl::Object instproc serialize {} { ::Serializer deepSerialize [self]