Index: openacs-4/tcl/0-acs-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/tcl/0-acs-init.tcl,v diff -u -N -r1.7.2.3 -r1.7.2.4 --- openacs-4/tcl/0-acs-init.tcl 1 Dec 2015 14:38:54 -0000 1.7.2.3 +++ openacs-4/tcl/0-acs-init.tcl 7 Aug 2017 08:53:21 -0000 1.7.2.4 @@ -20,7 +20,7 @@ # represented by a list consisting of the internal name, driver name, and # "pretty name" (used by the APM to list the available database engines that # one's package can choose to support). The driver name and "pretty name" happen - # to be the same for Postgres and Oracle but let's not depend on that being true + # to be the same for PostgreSQL and Oracle but let's not depend on that being true # in all cases... # @@ -63,7 +63,7 @@ lassign [split $version .] major minor point if {$major == 0 && ( $minor < 7 || ($minor == 7 && $point < 8))} { - ns_log Error "0-acs-init.tcl: please use tdom version 0.7.8 or greater (you have version $version)" + ns_log Error "0-acs-init.tcl: please use tDOM version 0.7.8 or greater (you have version $version)" } } }