From 6929c50a13c59070d3a4f292a06263f57fcb094c Mon Sep 17 00:00:00 2001 From: JingLiu Date: Mon, 26 Dec 2016 17:01:48 +0800 Subject: Fix a spelling error Change-Id: Ic14c769d99986d5c51d26fc276f4d47d6fba3265 --- openstackclient/network/v2/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient') 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 -- cgit v1.2.1