Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 16 Mar 2018 08:35:39 -0000 1.26 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 24 Mar 2018 00:14:57 -0000 1.27 @@ -61,7 +61,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @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 integrity provide hash values for W3C Subresource Integrity recommentation @param order specify inclusion order @@ -113,7 +113,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @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 integrity provide hash values for W3C Subresource Integrity recommentation @param order specify inclusion order @@ -408,7 +408,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @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 integrity provide hash values for W3C Subresource Integrity recommentation @param order specify inclusion order @@ -540,7 +540,7 @@ set of the script if it differs from the main document @param crossorigin Enumerated attribute to indicate whether CORS (Cross-Origin Resource Sharing) should be used - @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 integrity provide hash values for W3C Subresource Integrity recommentation @param script the inline script for the body of the script tag. This