Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.249 -r1.284.2.250 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 8 May 2024 12:31:49 -0000 1.284.2.249 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 31 May 2024 11:34:11 -0000 1.284.2.250 @@ -5423,7 +5423,7 @@ XOTcl class for selecting a subset from a list of candidates. @param as_box makes something like in info box in wikipedia (right floated) @param keep_order when set, the user provided order is preserved, otherwise - the order form the candidates is used. + the order from the candidates is used. @param dnd allow drag and drop } candidate_box_select set abstract 1 Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.154 -r1.368.2.155 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 4 Mar 2024 11:44:48 -0000 1.368.2.154 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 31 May 2024 11:34:12 -0000 1.368.2.155 @@ -3071,8 +3071,8 @@ } # - # Remove the fields already included in auto_fields form the needed_attributes. - # The final list field_names determines the order of the fields in the form. + # Remove the fields already included in auto_fields from the needed_attributes. + # The final list "field_names" determines the order of the fields in the form. # set auto_fields [list _name _page_order _title _creator _assignee _text _description _nls_language] set reduced_attributes $needed_attributes