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.148.2.71 -r1.148.2.72 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 19 Jan 2023 17:53:45 -0000 1.148.2.71 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 19 Jan 2023 18:10:20 -0000 1.148.2.72 @@ -1893,7 +1893,7 @@ } # # Object names have the form of e.g. ::xo::db::apm_parameter. - # Therefore, we use the namspace tail as sql_package_name. + # Therefore, we use the namespace tail as sql_package_name. # set package_name [:sql_package_name [namespace tail [self]]] set sql_info [::xo::dc generate_psql $package_name $object_name] @@ -2579,7 +2579,7 @@ XOTcl "new" method to avoid object name clashes. @param destroy_on_cleanup If this flag is true, the objects (and - ordered composite) will be automatically destroyed on cleaup + ordered composite) will be automatically destroyed on cleanup (typically after the request was processed). @param initialize can be used to avoid full initialization, when a