Skip to content

Commit 74360e0

Browse files
committed
[TrivialFix] Fix typo error
Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
1 parent 112afb7 commit 74360e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openstackclient/network/v2/port.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def get_parser(self, prog_name):
666666
def take_action(self, parsed_args):
667667
client = self.app.client_manager.network
668668
obj = client.find_port(parsed_args.port, ignore_missing=False)
669-
# SDK ignores update() if it recieves a modified obj and attrs
669+
# SDK ignores update() if it receives a modified obj and attrs
670670
# To handle the same tmp_obj is created in all take_action of
671671
# Unset* classes
672672
tmp_fixed_ips = copy.deepcopy(obj.fixed_ips)

openstackclient/tests/unit/test_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def test_shell_argv(self):
422422
423423
Use the argv supplied by the test runner so we get actual Python
424424
runtime behaviour; we only need to check the type of argv[0]
425-
which will alwyas be present.
425+
which will always be present.
426426
"""
427427

428428
with mock.patch(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
features:
33
- Add ``--all-projects`` option to the ``volume backup list`` command
4-
to list volume backups accross all projects.
4+
to list volume backups across all projects.

0 commit comments

Comments
 (0)