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.111 -r1.112 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 21 Dec 2017 18:11:32 -0000 1.111 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 22 Dec 2017 13:51:55 -0000 1.112 @@ -442,7 +442,7 @@ # The following should not be necessary, but there seems to be a bad # interaction when "ns_cache eval" calls 1row with a mixin, doing a - # :uplevel (the mixin should be transparant). Without "ns_cache eval" + # :uplevel (the mixin should be transparent). Without "ns_cache eval" # things look fine. ::xo::db::DBI::Profile instproc 1row {{-dbn ""} {-bind ""} -prepare qn sql} { set start_time [expr {[clock clicks -microseconds]/1000.0}] @@ -1664,7 +1664,7 @@ } if {![$name istype ::xo::db::Object]} { # The specified class is not subclass of ::xo::db::Object. - # return acs_object in your desparation. + # return acs_object in your desperation. return acs_object } }