Skip to content

Commit 6929c50

Browse files
committed
Fix a spelling error
Change-Id: Ic14c769d99986d5c51d26fc276f4d47d6fba3265
1 parent 158dbe1 commit 6929c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/network/v2/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def get_parser(self, prog_name):
483483
routes_ha.add_argument(
484484
'--no-ha',
485485
action='store_true',
486-
help=_("Clear high availablability attribute of the router "
486+
help=_("Clear high availability attribute of the router "
487487
"(disabled router only)")
488488
)
489489
# TODO(tangchen): Support setting 'external_gateway_info' property in

0 commit comments

Comments
 (0)