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.270 -r1.271 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 9 May 2018 15:33:34 -0000 1.270 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 17 May 2018 07:35:52 -0000 1.271 @@ -318,7 +318,7 @@ default { # Check, if the spec value $s is a class. set old_class [:info class] - # Don't allow to use namespaced values, since we would run + # Don't allow one to use namespaced values, since we would run # into a recursive loop for richtext::wym (could be altered there as well). if {[:isclass ::xowiki::formfield::$s] && ![string match "*:*" $s]} { :class ::xowiki::formfield::$s