Index: openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl 27 Oct 2014 16:40:08 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/server-cluster-procs.tcl 7 Aug 2017 23:47:59 -0000 1.10 @@ -88,7 +88,7 @@ we're using IP:port to uniquely identify the canonical server, since hostname or IP does not always uniquely identify an instance of - aolserver (for instance, if we have the aolservers sitting behind a + AOLserver (for instance, if we have the aolservers sitting behind a load balancer). } { set canonical_server [parameter::get -package_id [ad_acs_kernel_id] -parameter CanonicalServer] @@ -111,3 +111,9 @@ return 0 } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: