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.12 -r1.13 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 22 Oct 2024 13:40:45 -0000 1.12 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 22 Oct 2024 16:19:28 -0000 1.13 @@ -442,7 +442,7 @@ ########################################################################## nx::Class create ::acs::LockfreeCache { # - # Lockfree cache are provided either as per-thread caches or + # Lockfree caches are provided either as per-thread caches or # per-request caches, sharing the property that accessing these # values does not require locks. #