Index: openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl,v diff -u -r1.42 -r1.43 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 27 Feb 2018 20:35:01 -0000 1.42 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 15 Mar 2018 09:11:34 -0000 1.43 @@ -42,8 +42,8 @@ # # The function ad_html_text_convert can take forever on largish # files, when e.g. someone loads a huge plain/text file into an - # xowiki file. so, when available, use "ns_striphtml", which - # might produce a less beautiful rendering, but wich is + # xowiki file. So, when available, use "ns_striphtml", which + # might produce a less beautiful rendering, but this is # irrelevant for search. # if {[info commands ns_striphtml] ne ""} {