Index: openacs-4/packages/acs-bootstrap-installer/installer-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer-init.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-bootstrap-installer/installer-init.tcl 7 Aug 2017 23:47:46 -0000 1.4 +++ openacs-4/packages/acs-bootstrap-installer/installer-init.tcl 10 Jul 2018 19:24:50 -0000 1.5 @@ -1,4 +1,4 @@ -# Initializes datastrctures for the installer. +# Initializes data structures for the installer. # @creation-date 02 October 2000 # @author Bryan Quinn Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 15 May 2018 11:41:54 -0000 1.29 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 10 Jul 2018 19:24:50 -0000 1.30 @@ -478,7 +478,7 @@ } ns_write "\n\n" - ns_log Error "At least one core package has an unsatisifed dependency.\ + ns_log Error "At least one core package has an unsatisfied dependency.\ No packages have been installed missing: [lindex $dependency_results 2]. \ Here's what the APM has computed:\n$deps"