Index: openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl,v diff -u -r1.2.2.4 -r1.2.2.5 --- openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl 30 Nov 2015 12:57:42 -0000 1.2.2.4 +++ openacs-4/packages/acs-bootstrap-installer/installer/tcl/0-acs-init.tcl 22 Apr 2017 18:26:04 -0000 1.2.2.5 @@ -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)" } } }