Index: openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql,v diff -u -r1.30 -r1.31 --- openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 24 Dec 2017 13:03:22 -0000 1.30 +++ openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 27 Mar 2018 11:17:59 -0000 1.31 @@ -182,9 +182,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} --*/ @@ -224,10 +224,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} --*/