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.9.2.1 -r1.9.2.2 --- openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 8 Oct 2019 16:30:26 -0000 1.9.2.1 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 8 Aug 2020 11:19:23 -0000 1.9.2.2 @@ -55,7 +55,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 ""} {