Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 16 Dec 2017 16:18:25 -0000 1.9 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 1 Feb 2018 21:56:57 -0000 1.10 @@ -303,7 +303,7 @@ # Here we have to distinguish between two cases to: # - edit mode: somebody has removed a mark from a check button; # this means: clear the field - # - view mode: the fields were deactivted (made insensitive); + # - view mode: the fields were deactivated (made insensitive); # this means: keep the old value if {[info exists :disabled]} {return $default} else {return ""}