Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql 7 Aug 2017 23:47:46 -0000 1.3 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql 27 Mar 2018 11:17:59 -0000 1.4 @@ -930,9 +930,9 @@ -- is targeted. -- @param relation_tag A simple token used to identify a set of -- relations. - -- @param min_n The minimun number of relationships of this type + -- @param min_n The minimum number of relationships of this type -- which an item must have to go live. - -- @param max_n The minimun number of relationships of this type + -- @param max_n The minimum number of relationships of this type -- which an item must have to go live. -- @see {content_type.unregister_relation_type} --*/ @@ -972,10 +972,10 @@ -- @param child_type The type of the child item. -- @param relation_tag A simple token used to identify a set of -- relations. - -- @param min_n The minimun number of parent-child + -- @param min_n The minimum number of parent-child -- relationships of this type -- which an item must have to go live. - -- @param max_n The minimun number of relationships of this type + -- @param max_n The minimum number of relationships of this type -- which an item must have to go live. -- @see {content_type.register_relation_type}, {content_type.register_child_type} --*/