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 | 5e31ed573f38e9eae604229511544b0e03a8beea (patch) | |
tree | afab39dd3894ac757fcac008a7b98ca024678c5a /cpp/src/tests/ha_test.py | |
parent | 0963c9f7a673b480cb26fc91215f48ddc5d7f769 (diff) | |
download | qpid-python-5e31ed573f38e9eae604229511544b0e03a8beea.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/qpid@1397253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ha_test.py')
-rwxr-xr-x | cpp/src/tests/ha_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ha_test.py b/cpp/src/tests/ha_test.py index 5cf28f6ef9..9eebfa952f 100755 --- a/cpp/src/tests/ha_test.py +++ b/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 ] |