Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.123 -r1.124 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Jul 2018 18:17:51 -0000 1.123 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 5 Aug 2018 21:04:22 -0000 1.124 @@ -2164,7 +2164,7 @@ } ad_proc -public apm_get_repository_channels { {repository_url http://openacs.org/repository/} } { - Returns the channels and urls from a repository + Returns the channels and URLs from a repository } { set result [util::http::get -url $repository_url] set status [dict get $result status]