diff options
| author | Cyril Roelandt <cyril@redhat.com> | 2021-10-26 15:53:35 +0200 |
|---|---|---|
| committer | Cyril Roelandt <cyril@redhat.com> | 2021-10-26 15:53:51 +0200 |
| commit | 43639e1118a757fd1a00d9ea999db43133c40763 (patch) | |
| tree | 9db5316ea49bf29a3a5972dd26db6cb271b2854c /openstackclient/compute/v2 | |
| parent | 728401bbd76afc4d31b4f22e44bf98d1de40ef46 (diff) | |
| download | python-openstackclient-43639e1118a757fd1a00d9ea999db43133c40763.tar.gz | |
Fix typos
Change-Id: Idd502c8df21da79ff3b9339870f38378f5337879
Diffstat (limited to 'openstackclient/compute/v2')
| -rw-r--r-- | openstackclient/compute/v2/server.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/server.py b/openstackclient/compute/v2/server.py index c11f4b57..b0de65a7 100644 --- a/openstackclient/compute/v2/server.py +++ b/openstackclient/compute/v2/server.py @@ -2466,7 +2466,7 @@ class ListServer(command.Lister): # and 'image' missing in the server response during # infrastructure failure situations. # For those servers with partial constructs we just skip the - # processing of the image and flavor informations. + # processing of the image and flavor information. if not hasattr(s, 'image') or not hasattr(s, 'flavor'): continue if 'id' in s.image: @@ -4292,7 +4292,7 @@ class ShelveServer(command.Command): server_obj.shelve() - # if we don't hav to wait, either because it was requested explicitly + # if we don't have to wait, either because it was requested explicitly # or is required implicitly, then our job is done if not parsed_args.wait and not parsed_args.offload: return |
