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 -r1.31.2.7 -r1.31.2.8 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 8 Mar 2022 08:58:30 -0000 1.31.2.7 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 11 Mar 2023 10:56:37 -0000 1.31.2.8 @@ -504,7 +504,7 @@ if {[info commands ::acs::dc] ne ""} { # # Initialize DB function interface, to make functions - # e.g. avilable for apm_mount_core_packages. + # e.g. available for apm_mount_core_packages. # ns_log notice "Installer initializing db_function_interface" ::acs::dc create_db_function_interface ;# -verbose ;# -match test.* 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 -r1.32.2.8 -r1.32.2.9 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 22 Dec 2022 02:51:37 -0000 1.32.2.8 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 11 Mar 2023 10:56:37 -0000 1.32.2.9 @@ -73,7 +73,7 @@ set acs_application(min_stack_size) [apm_attribute_value -default 128 $root_node min_stack_size] append body "

The installer will automatically install the $acs_application(pretty_name) -application after the basic OpenACS tookit has been installed. +application after the basic OpenACS toolkit has been installed. " if { $acs_application(home) ne "" } { 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 -r1.50.2.5 -r1.50.2.6 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 22 Feb 2021 15:17:45 -0000 1.50.2.5 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 11 Mar 2023 10:56:37 -0000 1.50.2.6 @@ -611,7 +611,7 @@ Tcl files in the acs root directory. This makes it possible to incorporate changes to these files by only updating the acs-bootstrap-installer package (rather than a full tar file - install as in eralier versions). + install as in earlier versions). Caveat: don't modify these files in your local installation, adding extra files to $::acs::rootdir/tcl is fine. Index: openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl 6 Feb 2023 12:15:56 -0000 1.1.2.1 +++ openacs-4/packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl 11 Mar 2023 10:56:37 -0000 1.1.2.2 @@ -97,7 +97,7 @@ set adpfile $tmpdir/www/[file tail $filename] # - # Call the api + # Call the API # apm_bootstrap_upgrade \ -from_version_name from_version_name \