Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.61.2.6 -r1.61.2.7 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 3 Jul 2020 07:27:29 -0000 1.61.2.6 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 20 Nov 2020 11:52:37 -0000 1.61.2.7 @@ -1462,7 +1462,7 @@ # If you declare a filter like this: ad_page_contract_filter foo { name value } { ... } # it turns into this proc: # ad_proc ad_page_contract_filter_proc_foo { name value_varname } { upvar $value_varname value ; ... } - # so that when the filtger proc is passed the name of a variable, the body of the proc + # so that when the filter proc is passed the name of a variable, the body of the proc # will have access to that variable as if the value had been passed. lassign $proc_args arg0 arg1 arg2