Index: openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl 8 Oct 2019 16:30:26 -0000 1.2.2.1 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl 8 Aug 2020 11:19:23 -0000 1.2.2.2 @@ -26,7 +26,7 @@ } { # # The ::util_memoize_flush proc is defined in the *-init script, - # after the util_memoize cache was created. Therefore, is save to + # after the util_memoize cache was created. Therefore, is safe to # use the util_memoize when this proc is available. # if {[info commands ::util_memoize_flush] ne ""} {