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.248.2.48 -r1.248.2.49 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 21 Apr 2017 13:51:54 -0000 1.248.2.48 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 22 Apr 2017 17:34:04 -0000 1.248.2.49 @@ -451,7 +451,7 @@ FormField instproc booleanAttributes {args} { # # Special handling of HTML boolean attributes, since they require a - # different coding; it would be nice, if tdom would care for this. + # different coding; it would be nice, if tDOM would care for this. # set pairs "" foreach att $args { @@ -500,7 +500,7 @@ formnovalidate autofocus] # # We do not want i18n substitutions in the input fields. So, save - # away the original value and pass the escaped value to the tdom + # away the original value and pass the escaped value to the tDOM # renderer. # set old_value [my set value]