Index: openacs-4/packages/acs-bootstrap-installer/installer/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/install.tcl,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 7 Aug 2017 23:47:46 -0000 1.13 +++ openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 14 Aug 2019 07:13:35 -0000 1.13.2.1 @@ -84,7 +84,7 @@ # set user_id $creation_info(user_id) # } - # .. so use the low level helper + # .. so use the low-level helper set user_id [auth::create_local_account_helper \ $email \ $first_names \ Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.66.2.2 -r1.66.2.3 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 18 Jul 2019 14:11:43 -0000 1.66.2.2 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 14 Aug 2019 07:13:35 -0000 1.66.2.3 @@ -58,7 +58,7 @@ set info [info level $x] regsub -all \n $info {\\n} info # - # In case, we have an nsf frame, add information about the + # In case, we have an NSF frame, add information about the # current object and the current class to the debug output. # if {![catch {uplevel #$x ::nsf::current} obj] Index: openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl,v diff -u -r1.16.2.1 -r1.16.2.2 --- openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl 14 Feb 2019 10:25:02 -0000 1.16.2.1 +++ openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl 14 Aug 2019 07:13:35 -0000 1.16.2.2 @@ -198,7 +198,7 @@ # with the OpenACS default database pools: # # TODO: For now the below pool-checking code runs ONLY for the - # default database. Should probalby extend the checking to all + # default database. Should probably extend the checking to all # configured databases: # # --atp@piskorski.com, 2003/03/17 00:53 EST Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -r1.49 -r1.49.2.1 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 11 Jul 2018 07:31:22 -0000 1.49 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 14 Aug 2019 07:13:35 -0000 1.49.2.1 @@ -404,7 +404,7 @@ # db_qd_log QDDebug "generated fullname of $full_name" # The following block is apparently just for debugging - # aks - making debug output actually useable + # aks - making debug output actually usable # if {[llength $proc_name] > 1} { # set proc_name_with_parameters "[lindex $proc_name 0] " # set i 1