Index: openacs-4/packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp 3 Jul 2015 10:25:48 -0000 1.6
+++ openacs-4/packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp 22 Dec 2017 13:29:31 -0000 1.7
@@ -9,10 +9,10 @@
-
- - @dependants.rel_type_pretty_name@ between
- @dependants.object_id_one_name@ and @dependants.object_id_two_name@
- (remove)
+
+
- @dependents.rel_type_pretty_name@ between
+ @dependents.object_id_one_name@ and @dependents.object_id_two_name@
+ (remove)
Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v
diff -u -r1.44 -r1.45
--- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 17 Dec 2017 20:34:22 -0000 1.44
+++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 22 Dec 2017 13:33:04 -0000 1.45
@@ -634,7 +634,7 @@
Procedures can be declared with regular positional parameters (where
you pass parameters in the order they were declared), or with named
parameters, where the order doesn't matter because parameter names are
- specified explicitely when calling the parameter. Named parameters are
+ specified explicitly when calling the parameter. Named parameters are
preferred.
If you use named parameters, you can specify which ones are required, optional,
(including default values), and boolean. See the examples below.