summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/compute
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2021-10-26 15:53:35 +0200
committerCyril Roelandt <cyril@redhat.com>2021-10-26 15:53:51 +0200
commit43639e1118a757fd1a00d9ea999db43133c40763 (patch)
tree9db5316ea49bf29a3a5972dd26db6cb271b2854c /openstackclient/tests/unit/compute
parent728401bbd76afc4d31b4f22e44bf98d1de40ef46 (diff)
downloadpython-openstackclient-43639e1118a757fd1a00d9ea999db43133c40763.tar.gz
Fix typos
Change-Id: Idd502c8df21da79ff3b9339870f38378f5337879
Diffstat (limited to 'openstackclient/tests/unit/compute')
-rw-r--r--openstackclient/tests/unit/compute/v2/fakes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/tests/unit/compute/v2/fakes.py b/openstackclient/tests/unit/compute/v2/fakes.py
index 3142a244..fd0a5709 100644
--- a/openstackclient/tests/unit/compute/v2/fakes.py
+++ b/openstackclient/tests/unit/compute/v2/fakes.py
@@ -1285,7 +1285,7 @@ class FakeServerGroup(object):
class FakeServerGroupV264(object):
- """Fake one server group fo API >= 2.64"""
+ """Fake one server group for API >= 2.64"""
@staticmethod
def create_one_server_group(attrs=None):
@@ -1400,7 +1400,7 @@ class FakeQuota(object):
@staticmethod
def create_one_default_comp_quota(attrs=None):
- """Crate one quota"""
+ """Create one quota"""
attrs = attrs or {}