Index: openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl 24 Dec 2017 12:28:07 -0000 1.12 +++ openacs-4/packages/xotcl-core/tcl/cluster-procs.tcl 25 Mar 2018 22:13:40 -0000 1.13 @@ -9,7 +9,7 @@ namespace eval ::xo { proc clusterwide args { - # first, excute the command on the local server + # first, execute the command on the local server eval $args # then, distribute the command in the cluster ::xo::Cluster broadcast {*}$args