Index: openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql 27 Mar 2018 12:22:17 -0000 1.7 +++ openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql 14 Aug 2019 07:31:43 -0000 1.7.2.1 @@ -405,7 +405,7 @@ -- tell you which segment -- you can get that info -- from rel_constraints table or other views. -- --- Another Note: not all segemnts in rel_segemnts are returned by this view. +-- Another Note: not all segments in rel_segments are returned by this view. -- This view only returns segments S that have at least one rel_constraints row -- where rel_segment = S. Segments that have no constraints defined on them -- can be said to have dependency_level=0, hence the outer join and nvl in the @@ -467,7 +467,7 @@ function violation ( --/** Checks to see if there a relational constraint is violated - -- by the precense of the specified relation. If not, returns + -- by the presence of the specified relation. If not, returns -- null. If so, returns an appropriate error string. -- -- @author Oumi Mehrotra (oumi@arsdigita.com)