Index: openacs-4/packages/acs-tcl/tcl/acs-cache-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/acs-cache-init.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/acs-tcl/tcl/acs-cache-init.tcl 23 May 2020 10:51:52 -0000 1.1.2.2 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-init.tcl 6 Jun 2020 09:43:19 -0000 1.1.2.3 @@ -1,6 +1,6 @@ # # The acs::misc_cache is a potential successor of the util_memoize_cache, -# but in a partioned fashion to make it scalable. It should only be +# but in a partitioned fashion to make it scalable. It should only be # used for situation, where not wild-card flushes are required. # set cacheType [expr {[::acs::icanuse "ns_hash"] ? "HashKeyPartitionedCache" : "Cache"}]