summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/network/v2/router.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/network/v2/router.py b/openstackclient/network/v2/router.py
index cdd634d0..a0b2e92b 100644
--- a/openstackclient/network/v2/router.py
+++ b/openstackclient/network/v2/router.py
@@ -483,7 +483,7 @@ class SetRouter(command.Command):
routes_ha.add_argument(
'--no-ha',
action='store_true',
- help=_("Clear high availablability attribute of the router "
+ help=_("Clear high availability attribute of the router "
"(disabled router only)")
)
# TODO(tangchen): Support setting 'external_gateway_info' property in