Index: openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 27 Oct 2014 16:40:07 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 7 Aug 2017 23:47:59 -0000 1.15 @@ -26,7 +26,7 @@ # # Flush the existing util memoize cache to get rid of any previous # caching conventions. This is actually just needed for the - # upgrade from an aolserver based util_memoize cache to the + # upgrade from an AOLserver based util_memoize cache to the # NaviServer based one, since the old version kept pairs of values # and timestamps, which are not needed, but which might cause # confusions, when retrieved later. @@ -309,3 +309,9 @@ } } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: