Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -N -r1.65 -r1.66 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 25 Apr 2018 19:47:48 -0000 1.65 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 30 Apr 2018 09:46:43 -0000 1.66 @@ -1017,7 +1017,7 @@ set order 10 foreach file $::_xo_js_order { if {[string match "*;*" $file]} { - # it is not a file, but some javascipt statements + # it is not a file, but some JavaScript statements #append statements [string map {< "<" > ">"} $file] \n append statements $file \n } else {