diff options
| author | JingLiu <liu.jing5@zte.com.cn> | 2016-12-26 17:01:48 +0800 |
|---|---|---|
| committer | JingLiu <liu.jing5@zte.com.cn> | 2016-12-26 17:01:48 +0800 |
| commit | 6929c50a13c59070d3a4f292a06263f57fcb094c (patch) | |
| tree | af531628aebe30b0d4de13aa766800ea0e5f462b /openstackclient/network | |
| parent | 158dbe124a11873129d2b3fbc6a9b5a6695e7bcc (diff) | |
| download | python-openstackclient-6929c50a13c59070d3a4f292a06263f57fcb094c.tar.gz | |
Fix a spelling error
Change-Id: Ic14c769d99986d5c51d26fc276f4d47d6fba3265
Diffstat (limited to 'openstackclient/network')
| -rw-r--r-- | openstackclient/network/v2/router.py | 2 |
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 |
