[TrivialFix] Fix typo error

Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
This commit is contained in:
jeckxie 2016-12-14 14:39:24 +08:00
parent 112afb752b
commit 74360e00f5
3 changed files with 3 additions and 3 deletions

View File

@ -666,7 +666,7 @@ class UnsetPort(command.Command):
def take_action(self, parsed_args):
client = self.app.client_manager.network
obj = client.find_port(parsed_args.port, ignore_missing=False)
# SDK ignores update() if it recieves a modified obj and attrs
# SDK ignores update() if it receives a modified obj and attrs
# To handle the same tmp_obj is created in all take_action of
# Unset* classes
tmp_fixed_ips = copy.deepcopy(obj.fixed_ips)

View File

@ -422,7 +422,7 @@ class TestShellArgV(TestShell):
Use the argv supplied by the test runner so we get actual Python
runtime behaviour; we only need to check the type of argv[0]
which will alwyas be present.
which will always be present.
"""
with mock.patch(

View File

@ -1,4 +1,4 @@
---
features:
- Add ``--all-projects`` option to the ``volume backup list`` command
to list volume backups accross all projects.
to list volume backups across all projects.