diff options
Diffstat (limited to 'cpp/src/tests/cluster_failover')
-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 |