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.29 -r1.30 --- openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 7 Aug 2017 23:47:46 -0000 1.29 +++ openacs-4/packages/acs-content-repository/sql/oracle/packages-create.sql 24 Dec 2017 13:03:22 -0000 1.30 @@ -302,7 +302,7 @@ --/** --Content items store the overview of the content published on a --website. The actual content is stored in content revisions. It is ---implemented this way so that there can be mulitple versions of the +--implemented this way so that there can be multiple versions of the --actual content while the main idea remains constant. For example: If --there is a review for the movie "Terminator," there will exist a --content item by the name "terminator" with all the right parameters @@ -388,7 +388,7 @@ function is_published ( - --/** Determins whether an item is published or not. + --/** Determines whether an item is published or not. -- @author Michael Pih -- @param item_id The item ID -- @return 't' if the item is published, 'f' otherwise @@ -1063,7 +1063,7 @@ -- @param symlink_id The id of the symlink to copy -- @param target_folder_id The id of the folder where the symlink is to be copied -- @param creation_user The id of the creation user - -- @param creation_ip The IP address of the creation user (defualt null) + -- @param creation_ip The IP address of the creation user (default null) -- @see {content_symlink.new}, {content_item.copy} --*/ symlink_id in cr_symlinks.symlink_id%TYPE,