Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.74.2.19 -r1.74.2.20 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 26 Aug 2014 13:25:47 -0000 1.74.2.19 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 9 Sep 2014 08:32:00 -0000 1.74.2.20 @@ -1096,14 +1096,14 @@ } { Returns the token corresponding to the token_id. This first checks - the thread-persistent TCL cache, then checks the server + the thread-persistent Tcl cache, then checks the server size-limited cache before finally hitting the db in the worst case if the secret_token value is not in either cache. The procedure also updates the caches. Cache eviction is handled by the ns_cache API for the size-limited cache and is handled by AOLserver (via thread termination) for the - thread-persistent TCL cache. + thread-persistent Tcl cache. } {