Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 25 Jul 2018 18:38:49 -0000 1.33 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 18 Sep 2018 18:28:55 -0000 1.34 @@ -878,7 +878,7 @@ {-name:required} {-parent_id:required} } { - Returns The item_id of the a content item with the passed in name + Returns The item_id of the content item with the passed in name @param name Name of the content item @param parent_id Parent_id of the content item Index: openacs-4/packages/acs-lang/www/admin/message-conflict-revert.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/message-conflict-revert.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-lang/www/admin/message-conflict-revert.tcl 19 Jan 2018 21:23:51 -0000 1.4 +++ openacs-4/packages/acs-lang/www/admin/message-conflict-revert.tcl 18 Sep 2018 18:28:55 -0000 1.5 @@ -1,5 +1,5 @@ ad_page_contract { - Revert the a message to the last overwritten version. + Revert the message to the last overwritten version. Mark conflict of an I18N message as resolved, i.e. set the conflict_p flag to false. Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -N -r1.128 -r1.129 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 29 Aug 2018 11:40:40 -0000 1.128 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 18 Sep 2018 18:28:55 -0000 1.129 @@ -873,7 +873,7 @@ {-include_self:boolean} {-element "object_id"} } { - Starting with the node at with given id, or at given url, + Starting with the node of the given id, or at given url, climb up the site map and return the id of the first not-null mounted object. If no ancestor object is found the empty string is returned. Index: openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 18 Sep 2018 15:21:29 -0000 1.22 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 18 Sep 2018 18:28:55 -0000 1.23 @@ -127,7 +127,7 @@ # produces the optionlist for a range of integers # if pad_to_two_p is 1, the option values will be -# padded to 2 digites with a leading 0 +# padded to 2 digits with a leading 0 ad_proc ad_integer_optionlist { start_value Index: openacs-4/packages/categories/tcl/categories-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/categories-procs.tcl,v diff -u -N -r1.37 -r1.38 --- openacs-4/packages/categories/tcl/categories-procs.tcl 14 Sep 2018 19:21:07 -0000 1.37 +++ openacs-4/packages/categories/tcl/categories-procs.tcl 18 Sep 2018 18:28:55 -0000 1.38 @@ -272,7 +272,7 @@ @param name the name of the category to retrieve @param locale the locale in which the name is supplied - @return the category id or empty string it no category was found + @return the category id or empty string if no category was found @author Lee Denison (lee@xarg.co.uk) } { return [db_list get_category_id {}] @@ -495,7 +495,7 @@ name (label) of the category, so you can access the category even if the label has changed @param title object title of the category to retrieve - @return the category id or empty string it no category was found + @return the category id or empty string if no category was found @author Peter Kreuzinger (peter.kreuzinger@wu-wien.ac.at) } { return [db_string get_category_id {} -default ""] Index: openacs-4/packages/categories/tcl/category-trees-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/category-trees-procs.tcl,v diff -u -N -r1.29 -r1.30 --- openacs-4/packages/categories/tcl/category-trees-procs.tcl 9 May 2018 15:33:30 -0000 1.29 +++ openacs-4/packages/categories/tcl/category-trees-procs.tcl 18 Sep 2018 18:28:55 -0000 1.30 @@ -257,7 +257,7 @@ displayed and not all of them. @param title object title of the category to retrieve - @return the category_tree_id or empty string it no category was found + @return the category_tree_id or empty string if no category was found @author Malte Sussdorff (malte.sussdorff@cognovis.de) } { return [db_string get_tree_id {} -default ""] @@ -509,7 +509,7 @@ @param name the name of the category tree to retrieve @param locale the locale in which the name is supplied - @return the tree id or empty string it no category tree was found + @return the tree id or empty string if no category tree was found @author Timo Hentschel (timo@timohentschel.de) } { return [db_list get_category_tree_id {}]