Index: openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl 27 Oct 2014 16:40:53 -0000 1.2 +++ openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl 22 Apr 2017 18:41:06 -0000 1.2.2.1 @@ -65,7 +65,7 @@ @creation-date 2007-09-07 @param url The url that the javascript will post to - @param params A tcl list of parameters to pass to the url + @param params A Tcl list of parameters to pass to the url @param success A javascript function to be executed when the url is successfully accessed @param failure A javascript function to execute if transaction failed. @@ -97,7 +97,7 @@ @author Hamilton Chua (ham@solutiongrove.com) @creation-date 2007-09-07 - @param options A tcl list of options, see above for more info on how to structure and pass options to this proc. + @param options A Tcl list of options, see above for more info on how to structure and pass options to this proc. } {