Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql,v diff -u -N -r1.72.2.9 -r1.72.2.10 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql 21 Apr 2017 12:21:35 -0000 1.72.2.9 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-item.sql 21 Apr 2017 14:53:07 -0000 1.72.2.10 @@ -1031,7 +1031,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 @@ -1045,7 +1045,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