Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -r1.32 -r1.32.2.1 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 27 Oct 2014 16:39:04 -0000 1.32 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 18 Aug 2015 12:27:15 -0000 1.32.2.1 @@ -186,7 +186,7 @@ # to display the error message, rather than leaving the site administrator # to guess what broke. - # If the $errorCode is "bootstrap_fatal_error", then the error was explicitly + # If the $::errorCode is "bootstrap_fatal_error", then the error was explicitly # thrown by a call to bootstrap_fatal_error. If not, bootstrap_fatal_error was # never called, so we need to call it now. if {$::errorCode ne "bootstrap_fatal_error" } {