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 -N -r1.32.2.5 -r1.32.2.6 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 21 Apr 2017 15:43:47 -0000 1.32.2.5 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 22 Apr 2017 18:26:04 -0000 1.32.2.6 @@ -65,7 +65,7 @@ # Used for ns_logs: set proc_name {Bootstrap} - # Load the special bootstrap tcl library. + # Load the special bootstrap Tcl library. set files [lsort [glob -nocomplain "$::acs::rootdir/packages/acs-bootstrap-installer/tcl/*-procs.tcl"]] if { [llength $files] == 0 } { Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -N -r1.30.2.7 -r1.30.2.8 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 21 Apr 2017 15:43:47 -0000 1.30.2.7 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 22 Apr 2017 18:26:04 -0000 1.30.2.8 @@ -25,7 +25,7 @@ if { [ad_verify_install] } { install_return 200 "OpenACS Installation Complete" " -You have successfuly installed the Open Architecture Community System (OpenACS)! +You have successfully installed the Open Architecture Community System (OpenACS)!

Your server process has been terminated. Unless you have configured your web server to restart automatically, as outlined in the @@ -226,7 +226,7 @@ db_helper_checks errors error_p -# Now that we know that the database and aolserver are set up +# Now that we know that the database and AOLserver are set up # correctly, let's check out the actual db. if {$error_p} { append body [subst {

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 -N -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)" } } } Index: openacs-4/packages/acs-bootstrap-installer/installer/tcl/zz-postload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/tcl/zz-postload.tcl,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-bootstrap-installer/installer/tcl/zz-postload.tcl 10 Sep 2015 08:21:15 -0000 1.2.2.1 +++ openacs-4/packages/acs-bootstrap-installer/installer/tcl/zz-postload.tcl 22 Apr 2017 18:26:04 -0000 1.2.2.2 @@ -36,7 +36,7 @@ proc __is_xql {arg} { return [expr {[file isdirectory $arg] || [file extension $arg] eq ".xql"}]} -# We need to load query files for the top-level stuff in www and tcl +# We need to load query files for the top-level stuff in www and Tcl # dirs is the list of directories to walk for xql files. Packages .xql # files are parsed elsewhere in the bootstrap process. 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 -N -r1.42.2.7 -r1.42.2.8 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 21 Apr 2017 15:43:47 -0000 1.42.2.7 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 22 Apr 2017 18:26:04 -0000 1.42.2.8 @@ -703,7 +703,7 @@ \@author Roberto Mello \@creation-date 2002-01-21 - \@param oacs_user If this user is already an openacs user. oacs_user_p will be defined. + \@param oacs_user If this user is already an OpenACS user. oacs_user_p will be defined. \@param shazam Magical incantation that calls Captain Marvel. Required parameter. \@param user_id The id for the user to process. Optional with default "" (api-browser will show the default automatically) @@ -713,7 +713,7 @@ } if { $oacs_user_p } { - # Do something if this is an openacs user + # Do something if this is an OpenACS user } } Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -N -r1.43.2.5 -r1.43.2.6 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 28 Mar 2017 06:46:51 -0000 1.43.2.5 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 22 Apr 2017 18:26:04 -0000 1.43.2.6 @@ -410,7 +410,7 @@ package_key {errorVarName ""} } { - Scan all the files in the tcl dir of the package and load those asked for by the init + Scan all the files in the Tcl dir of the package and load those asked for by the init and procs flags. This proc is an analog of apm_load_libraries. In addition though 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 -N -r1.43.2.3 -r1.43.2.4 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 13 Feb 2017 15:21:56 -0000 1.43.2.3 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 22 Apr 2017 18:26:04 -0000 1.43.2.4 @@ -293,7 +293,7 @@ # added case for handling .vuh files which are sourced from # rp_handle_tcl_request. Otherwise, QD was forming fullquery path # with the assumption that the query resided in the - # rp_handle_tcl_request proc itself. (Openacs - DanW) + # rp_handle_tcl_request proc itself. (OpenACS - DanW) switch $proc_name { @@ -356,7 +356,7 @@ # check to see if a package proc is being called without # namespace qualification. If so, add the package qualification to the # proc_name, so that the correct query can be looked up. - # (Openacs - DanW) + # (OpenACS - DanW) set calling_namespace [string range [uplevel [expr {1 + $added_stack_num}] {namespace current}] 2 end] # db_qd_log QDDebug "calling namespace = $calling_namespace"