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.284.2.181 -r1.284.2.182 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 17 Dec 2021 22:32:01 -0000 1.284.2.181 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 25 Dec 2021 16:10:21 -0000 1.284.2.182 @@ -2777,7 +2777,7 @@ } numeric instproc render_input {} { # - # Prevent inserting invalid value; we allow corrently just a + # Prevent inserting invalid value; we allow currently just a # single dot, comma for floats or "-" to be entered. Maybe some # of this functionality should be blocked conditionally. Paste # filtering is also currently just half-hearted but probably