Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.152 -r1.153 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 24 Mar 2018 08:26:03 -0000 1.152 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Mar 2018 12:22:17 -0000 1.153 @@ -2121,7 +2121,7 @@ ad_proc -public util_sets_equal_p { list1 list2 } { Tests whether each unique string in list1 occurs as many - times in list1 as in list2 and vice versa (regarless of order). + times in list1 as in list2 and vice versa (regardless of order). @return 1 if the lists have identical sets and 0 otherwise @@ -2699,7 +2699,7 @@ ad_proc -public util_sets_equal_p { list1 list2 } { Tests whether each unique string in list1 occurs as many - times in list1 as in list2 and vice versa (regarless of order). + times in list1 as in list2 and vice versa (regardless of order). @return 1 if the lists have identical sets and 0 otherwise