Index: openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl 28 Mar 2018 17:00:41 -0000 1.8 +++ openacs-4/packages/imsld/tcl/imsld-xowiki-procs.tcl 15 Nov 2019 09:09:58 -0000 1.9 @@ -158,7 +158,7 @@ if { [catch {dom parse $content document} errmsg] } { ns_log notice "imsld::xowiki::convert_syntax ERROR: Not a valid XML file, aborting parse process!" - # the docuemnt is not an xml file, just return it + # the docuemnt is not an XML file, just return it return $content } set root [$document documentElement]