Merge "Fix spelling typo in warning message"

This commit is contained in:
Jenkins 2015-09-25 03:30:22 +00:00 committed by Gerrit Code Review
commit eb00616eca
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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