From 6929c50a13c59070d3a4f292a06263f57fcb094c Mon Sep 17 00:00:00 2001 From: JingLiu <liu.jing5@zte.com.cn> Date: Mon, 26 Dec 2016 17:01:48 +0800 Subject: [PATCH] Fix a spelling error Change-Id: Ic14c769d99986d5c51d26fc276f4d47d6fba3265 --- openstackclient/network/v2/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstackclient/network/v2/router.py b/openstackclient/network/v2/router.py index cdd634d0eb..a0b2e92bb3 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