Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql 11 Feb 2016 08:07:03 -0000 1.1.2.1 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql 21 Apr 2017 14:53:08 -0000 1.1.2.2 @@ -71,7 +71,7 @@ -- -- The following loop could be dropped / replaced by a cascade -- operation, when proper foreign keys are used along the - -- inheritence path. + -- inheritance path. -- for v_revision_val in select revision_id from cr_revisions @@ -85,7 +85,7 @@ -- -- The following loop is just needed to delete the revisions of -- child items. It could be removed, when proper foreign keys are - -- used along the inheritence path of cr_content_revisions (which is + -- used along the inheritance path of cr_content_revisions (which is -- not enforced and not always the case). -- for v_child_val in select item_id