Index: openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 28 Mar 2018 07:42:01 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 17 May 2018 07:43:24 -0000 1.5 @@ -17,7 +17,7 @@ # # Implementation of util_memoize for NaviServer. The built-in -# ns_cache_* implementation of NaviServer allows to specify for +# ns_cache_* implementation of NaviServer allows one to specify for # every entry an expire time (among others). This allows us to # drop the "manual" expire handling as implemented in the OpenACS # when NaviServer is available.