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.136 -r1.137 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 9 Jul 2018 08:12:21 -0000 1.136 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 11 Jul 2018 21:57:26 -0000 1.137 @@ -532,7 +532,7 @@ } proc ::xo::db::pg_0or1row {sql} { - ns_log notice "::xo::db::pg_0or1row decprecated" + ns_log notice "::xo::db::pg_0or1row deprecated" ::db_with_handle h { return [uplevel [list ns_pg_bind 0or1row $h {*}$bindOpt $sql]] }