Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -N -r1.50 -r1.50.2.1 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 5 Aug 2018 10:47:49 -0000 1.50 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 9 Aug 2019 19:51:02 -0000 1.50.2.1 @@ -203,7 +203,7 @@ upvar $opts(uplevel) $result_name:rowcount rowcount $result_name:columns column_list - # set a local variable as to whether we are cacheing or not + # set a local variable as to whether we are caching or not if { [info exists opts(cache)] } { set is_cached 1 set cached_result {}