Index: openacs-4/packages/acs-tcl/tcl/acs-db-00-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/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] : ""}] Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.141.2.39 -r1.141.2.40 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 21 Feb 2022 20:35:11 -0000 1.141.2.39 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 22 Feb 2022 11:24:42 -0000 1.141.2.40 @@ -1159,7 +1159,7 @@ } # -# Plain Tcl API using the definitons from above +# Plain Tcl API using the definitions from above # ad_proc -public site_node::new { {-name:required}