diff --git a/tempest/api/object_storage/test_container_quotas.py b/tempest/api/object_storage/test_container_quotas.py index c78b4c3f05..896352bd2c 100644 --- a/tempest/api/object_storage/test_container_quotas.py +++ b/tempest/api/object_storage/test_container_quotas.py @@ -26,7 +26,7 @@ QUOTA_COUNT = 3 class ContainerQuotasTest(base.BaseObjectTest): - """Attemps to test the perfect behavior of quotas in a container.""" + """Attempts to test the perfect behavior of quotas in a container.""" def setUp(self): """Creates and sets a container with quotas. diff --git a/tempest/common/accounts.py b/tempest/common/accounts.py index 9e6bee3994..5fab85b942 100644 --- a/tempest/common/accounts.py +++ b/tempest/common/accounts.py @@ -102,7 +102,7 @@ class Accounts(cred_provider.CredentialProvider): if resource == 'network': hash_dict['networks'][temp_hash_key] = resources[resource] else: - LOG.warning('Unkown resource type %s, ignoring this field' + LOG.warning('Unknown resource type %s, ignoring this field' % resource) return hash_dict