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 -N -r1.279 -r1.280 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 5 Oct 2018 12:52:05 -0000 1.279 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Nov 2018 18:59:55 -0000 1.280 @@ -305,7 +305,7 @@ # # Note: do not allow users to use [] via forms, since they might # execute arbitrary commands. The validator for the form fields - # makes sure, that the input specs are free from square brackets. + # makes sure that the input specs are free from square brackets. # if {[string match {\[*\]} $value]} { set value [subst $value]