summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-16 09:36:14 +0000
committerGerrit Code Review <review@openstack.org>2022-05-16 09:36:14 +0000
commitccd877dd405191002f0f1b0e7ed414671e8a8e64 (patch)
tree768997c3c598e337c1b05d72b13c883e865611bc /openstackclient/compute/v2
parent4b97a8518146f1427090801e8535251545617de2 (diff)
parent43639e1118a757fd1a00d9ea999db43133c40763 (diff)
downloadpython-openstackclient-ccd877dd405191002f0f1b0e7ed414671e8a8e64.tar.gz
Merge "Fix typos"
Diffstat (limited to 'openstackclient/compute/v2')
-rw-r--r--openstackclient/compute/v2/server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/server.py b/openstackclient/compute/v2/server.py
index 69aaa3c5..291244e7 100644
--- a/openstackclient/compute/v2/server.py
+++ b/openstackclient/compute/v2/server.py
@@ -2537,7 +2537,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
@@ -4020,7 +4020,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