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.48 -r1.49 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 26 Jul 2018 12:28:45 -0000 1.48 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 14 Sep 2018 17:29:02 -0000 1.49 @@ -307,7 +307,7 @@ ends in a dash and database type, the file is assumed to be specific to that database type. - Example: "tcl/10-database-postgresql-proc.tcl" is asusmed to be the file that + Example: "tcl/10-database-postgresql-proc.tcl" is assumed to be the file that defines the PostgreSQL-specific portions of the database API. } { @@ -345,7 +345,7 @@ {-package_key:required} } { Returns 1 if the given package supports the rdbms of the system and 0 otherwise. - The package is considedered to support the given rdbms if there is at least one + The package is considered to support the given rdbms if there is at least one file in the package of matching db_type, or if there are no files in the package of a certain db type.