summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorBrian Haley <bhaley@redhat.com>2018-03-15 16:30:43 -0400
committerBrian Haley <bhaley@redhat.com>2018-03-15 16:30:43 -0400
commit2ed1b24c71701162e29c8708fdb17fc1fbbd576b (patch)
treee98712a18f19db0bb422b1c42a23fb96737f12db /openstackclient
parente78c9bc00d995a3dd6e1ed2bb48fdc46498e3dab (diff)
downloadpython-openstackclient-2ed1b24c71701162e29c8708fdb17fc1fbbd576b.tar.gz
Fix typo in 'floating ip associate' command and doc
Assocaite -> Associate Trivialfix Change-Id: I432e35ddcd80ef77c865bee9a54ac2777f5b6386
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/network/v2/floating_ip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/network/v2/floating_ip.py b/openstackclient/network/v2/floating_ip.py
index a6f03404..4d07d9da 100644
--- a/openstackclient/network/v2/floating_ip.py
+++ b/openstackclient/network/v2/floating_ip.py
@@ -412,7 +412,7 @@ class SetFloatingIP(command.Command):
'--port',
metavar='<port>',
required=True,
- help=_("Assocaite the floating IP with port (name or ID)")),
+ help=_("Associate the floating IP with port (name or ID)")),
parser.add_argument(
'--fixed-ip-address',
metavar='<ip-address>',