diff options
| author | Alan Conway <aconway@apache.org> | 2012-10-11 19:35:41 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-10-11 19:35:41 +0000 |
| commit | 80ae79090f8355041f06e222f71ea5a23a202cd2 (patch) | |
| tree | ecf497efacdd33533bd3a485ece46e3574d12609 /qpid/cpp/src/tests | |
| parent | f75678b1f215af028b25802c46e274e2d10551b5 (diff) | |
| download | qpid-python-80ae79090f8355041f06e222f71ea5a23a202cd2.tar.gz | |
NO-JIRA: Fix spelling if --link-maintenace-interval option and add descriptive text.
Also added description for --link-heartbeat-interval
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1397253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_test.py b/qpid/cpp/src/tests/ha_test.py index 5cf28f6ef9..9eebfa952f 100755 --- a/qpid/cpp/src/tests/ha_test.py +++ b/qpid/cpp/src/tests/ha_test.py @@ -75,7 +75,7 @@ class HaBroker(Broker): args += ["--load-module", BrokerTest.ha_lib, "--log-enable=debug+:ha::", # FIXME aconway 2012-02-13: workaround slow link failover. - "--link-maintenace-interval=0.1", + "--link-maintenance-interval=0.1", "--ha-cluster=%s"%ha_cluster] if ha_replicate is not None: args += [ "--ha-replicate=%s"%ha_replicate ] |
