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 -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 ""]