Index: openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl,v diff -u -r1.103.2.35 -r1.103.2.36 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 22 Apr 2017 16:59:39 -0000 1.103.2.35 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 22 Apr 2017 17:34:03 -0000 1.103.2.36 @@ -2665,7 +2665,7 @@ ::xotcl::Class create ::xo::db::temp_table -parameter {name query vars} ::xo::db::temp_table instproc init {} { - # The cleanup order is - at least under aolserver 4.01 - hard to get right. + # The cleanup order is - at least under AOLserver 4.01 - hard to get right. # When destroy_on_cleanup is executed, there might be already some global # data for the database interaction gone.... So, destroy these objects # by hand for now.