Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.327.2.30 -r1.327.2.31 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Feb 2017 10:03:30 -0000 1.327.2.30 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Apr 2017 16:59:39 -0000 1.327.2.31 @@ -1943,7 +1943,7 @@ } if {[$field nodeName] ne "input"} continue # - # We handle now only INPUT types, but we have to differntiate + # We handle now only INPUT types, but we have to differentiate # between different kinds of inputs. # set type [expr {[$field hasAttribute type] ? [$field getAttribute type] : "text"}]