Index: openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl,v diff -u -N -r1.10.2.5 -r1.10.2.6 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 18 May 2020 21:13:20 -0000 1.10.2.5 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 18 May 2020 21:20:20 -0000 1.10.2.6 @@ -393,7 +393,7 @@ # The cached values are stored in the namespace ::acs:cache::* # # @param key key for caching, should start with package-keys - # and a single colon to avoid name clashes + # and a dot to avoid name clashes # @param cmd command to be executed. # @return return the last value set (don't use "return"). #