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 -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 23 Oct 2024 17:05:46 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 23 Oct 2024 17:34:30 -0000 1.15 @@ -590,9 +590,10 @@ # request, no matter, if concurrently, a value is changed # (e.g. permissions). # - # The per-request cache uses Tcl variables in the global - # Tcl namespace, such they are automatically reclaimed - # after the request. These use the prefix "::__acs_cache" + # The per-request cache uses a Tcl variable in the global + # Tcl namespace, such it will be automatically reclaimed + # after the request. The per-request cache uses the prefix + # "::__acs_cache". # }