Index: openacs-4/packages/acs-admin/tcl/site-wide-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/Attic/site-wide-procs.tcl,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-admin/tcl/site-wide-procs.tcl 27 Feb 2020 21:54:26 -0000 1.1.2.4 +++ openacs-4/packages/acs-admin/tcl/site-wide-procs.tcl 13 May 2020 19:29:28 -0000 1.1.2.5 @@ -48,7 +48,7 @@ Require a package under the site-wide subsite. If such a package does not exist, it is created with the provided - parameters. When a configuratioon command is passed-in + parameters. When a configuration command is passed-in it will be called with "-package_id $package_id" of the new instance appended. @@ -83,7 +83,7 @@ # During bootstrap, the package_id might be empty, because # the after_initiate callback might call the # site-wide-init, which in turn might initiate another - # instance. Thefore, we might be called between site-node + # instance. Therefore, we might be called between site-node # creation and mounting .. which will result in an empty # package_id. #