Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.332.2.58 -r1.332.2.59 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 4 Aug 2020 19:32:53 -0000 1.332.2.58 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 8 Aug 2020 08:08:20 -0000 1.332.2.59 @@ -910,7 +910,7 @@ } if {$method ne ""} { # - # Convention for calling methods on a xowiki::Page + # Convention for calling methods on an xowiki::Page # lappend args [list m $method] }