Index: openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 7 Aug 2017 23:48:03 -0000 1.2 +++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 28 Mar 2018 17:00:40 -0000 1.3 @@ -60,7 +60,7 @@ multiple times. You must supply either src or script. @param type the type attribute of the script tag, eg. 'text/javascript' - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param src the src attribute of the script tag, ie. the source url of the script @@ -171,7 +171,7 @@ to be returned to the users client. This function is a wrapper around template::head::add_script. You must supply either src or script. - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param src the src attribute of the script tag, ie. the source url of the script @@ -288,7 +288,7 @@ to the users client. You must supply either src or script. @param type the type attribute of the script tag, eg. 'text/javascript' - @param defer whether execution of the script should be defered until after + @param defer whether execution of the script should be deferred until after the page has been loaded @param src the src attribute of the script tag, ie. the source url of the script