Index: openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/acs-db-00-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl 21 Feb 2022 20:27:00 -0000 1.1.2.2 +++ openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl 22 Feb 2022 11:24:42 -0000 1.1.2.3 @@ -89,7 +89,7 @@ ::nx::Class create ::acs::db::nsdbi -superclasses ::acs::db::Driver ::nx::Class create ::acs::db::nsdbi-postgresql -superclasses {::acs::db::nsdbi ::acs::db::postgresql} # - # Preliminary list of functions (to be extened/refined) + # Preliminary list of functions (to be extended/refined) # ::acs::db::nsdb public method list_of_lists {{-dbn ""} {-bind ""} -prepare qn sql} { set bindOpt [expr {$bind ne "" ? [list -bind $bind] : ""}]