Index: openacs-4/packages/acs-subsite/tcl/callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/callback-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 17 Dec 2017 18:02:43 -0000 1.10 +++ openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 17 Dec 2017 18:04:02 -0000 1.11 @@ -49,7 +49,7 @@ ad_proc -callback subsite::page_plugin { } { - Execute pacakge-specfic code on every page. Callbacks of this type + Execute package-specific code on every page. Callbacks of this type typically call template::head::* functions to add application specific code (CSS and JavaScript) to every page (e.g. like e.g. the cookie-consent-plugin). This callback is a generalization of the callbacks "subsite::get_extra_headers"