Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.90 -r1.91 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Jul 2018 01:35:53 -0000 1.90 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Jul 2018 13:05:43 -0000 1.91 @@ -234,7 +234,7 @@ See template::list::format::create for details. @param filter_form Whether or not we create the form data structure for the listfilters-form tag to dynamically generate a form to specify filter criteria. Default 0 will not generate form. Set to 1 to generate form to use listfilters-form tag. - @param bulk_action_click_functon JavaScript function name to call when bulk action buttons are clicked. + @param bulk_action_click_function JavaScript function name to call when bulk action buttons are clicked. @param aggregation_format An option to format the result (number) of an aggregation operation. Default is empty string (result is not formatted). See the Tcl built-in command format for details on the different formatting options.