Skip to content

Commit 2ed1b24

Browse files
author
Brian Haley
committed
Fix typo in 'floating ip associate' command and doc
Assocaite -> Associate Trivialfix Change-Id: I432e35ddcd80ef77c865bee9a54ac2777f5b6386
1 parent e78c9bc commit 2ed1b24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/cli/command-objects/floating-ip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Set floating IP properties
166166
167167
.. option:: --port <port>
168168
169-
Assocaite the floating IP with port (name or ID)
169+
Associate the floating IP with port (name or ID)
170170
171171
.. option:: --fixed-ip-address <ip-address>
172172

openstackclient/network/v2/floating_ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def get_parser(self, prog_name):
412412
'--port',
413413
metavar='<port>',
414414
required=True,
415-
help=_("Assocaite the floating IP with port (name or ID)")),
415+
help=_("Associate the floating IP with port (name or ID)")),
416416
parser.add_argument(
417417
'--fixed-ip-address',
418418
metavar='<ip-address>',

0 commit comments

Comments
 (0)