Index: openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql,v diff -u -N -r1.57 -r1.58 --- openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql 15 May 2018 11:41:54 -0000 1.57 +++ openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql 20 Oct 2018 11:42:05 -0000 1.58 @@ -515,7 +515,7 @@ values are given by the Tcl proc apm_supported_callback_types. '; --- Ths view facilitates accessing information about package versions by joining +-- This view facilitates accessing information about package versions by joining -- the apm_package_types information and acs_object_types information (which is -- invariant across versions) with the specific version information. Index: openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql,v diff -u -N -r1.78 -r1.79 --- openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql 15 May 2018 11:41:54 -0000 1.78 +++ openacs-4/packages/acs-kernel/sql/postgresql/apm-create.sql 20 Oct 2018 11:42:05 -0000 1.79 @@ -669,7 +669,7 @@ values are given by the Tcl proc apm_supported_callback_types. '; --- Ths view facilitates accessing information about package versions by joining +-- This view facilitates accessing information about package versions by joining -- the apm_package_types information and acs_object_types information (which is -- invariant across versions) with the specific version information.