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 -N -r1.44 -r1.45 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 25 Apr 2018 08:51:36 -0000 1.44 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 30 Apr 2018 08:47:40 -0000 1.45 @@ -113,7 +113,7 @@ } ad_proc -private ::xowiki::url { revision_id} { - returns a url for a message to the search package + returns a URL for a message to the search package } { return [::xowiki::Package get_url_from_id -revision_id $revision_id] }