diff options
author | Alan Conway <aconway@apache.org> | 2012-03-27 16:26:50 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-03-27 16:26:50 +0000 |
commit | cc240f910ec5b7a4586a9f900561d74d89a57221 (patch) | |
tree | c6850d30438107d3d80cc5c52a5d571bae3947bd /cpp/src | |
parent | 884c2a5377c1ce1d05570122af5bdf257ae1381c (diff) | |
download | qpid-python-cc240f910ec5b7a4586a9f900561d74d89a57221.tar.gz |
QPID-3603: Minor updates to doc and example cluster configuration.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1305890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/tests/cluster_failover | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_failover b/cpp/src/tests/cluster_failover index c978ee910c..2a68d1ec79 100755 --- a/cpp/src/tests/cluster_failover +++ b/cpp/src/tests/cluster_failover @@ -1,6 +1,6 @@ #!/bin/sh # A simple manual failover test, sends a stream of numbered messages. -# You can kill the connected broker and verify that the client reconnects +# You can kill the connected broker and verify that the clients reconnect # and no messages are lost. URL=$1 |