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.20 -r1.148.2.21 --- openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 11 May 2020 19:14:53 -0000 1.148.2.20 +++ openacs-4/packages/xotcl-core/tcl/05-db-procs.tcl 2 Jul 2020 08:31:17 -0000 1.148.2.21 @@ -22,7 +22,7 @@ # database connection is configured in an object ::xo::dc (for # database context) quite similar to ::xo::cc (the default # connection context). In general ::xo::dc can be reconfigured at - # runtime, and multiple database context can be established, + # run time, and multiple database context can be established, # although there is no high-level support to connect to multiple # different OpenACS databases at the same time. # @@ -1201,8 +1201,8 @@ @return class name of the created XOTcl class } { - # some table_names and id_columns in acs_object_types are unfortunately upper case, - # so we have to convert to lower case here.... + # some table_names and id_columns in acs_object_types are unfortunately uppercase, + # so we have to convert to lowercase here.... ::xo::dc 1row fetch_class { select object_type, supertype, pretty_name, lower(id_column) as id_column, lower(table_name) as table_name from acs_object_types where object_type = :object_type @@ -2816,7 +2816,7 @@ ############## ad_proc tcl_date {timestamp tz_var {secfrac_var ""}} { - Convert the time stamp (coming from the database) into a format, which + Convert the timestamp (coming from the database) into a format, which can be passed to Tcl's "clock scan". } { upvar $tz_var tz