Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.98 -r1.542.2.99 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Jan 2021 11:45:30 -0000 1.542.2.98 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 18 Jan 2021 14:02:53 -0000 1.542.2.99 @@ -2624,7 +2624,7 @@ # The provided content and the returned result are strings # containing HTML (unless we have other rich-text encodings). # - # First get the potentially class sepcific regular expression + # First get the potentially class specific regular expression # definitions. # set baseclass [expr {[[:info class] exists RE] ? [:info class] : [self class]}]