Merge "Spelling fix Retrive=> Retrieve"

This commit is contained in:
Jenkins
2012-08-30 04:28:42 +00:00
committed by Gerrit Code Review
@@ -212,7 +212,7 @@ class SimpleTenantUsageController(object):
@wsgi.serializers(xml=SimpleTenantUsagesTemplate)
def index(self, req):
"""Retrive tenant_usage for all tenants"""
"""Retrieve tenant_usage for all tenants"""
context = req.environ['nova.context']
authorize_list(context)
@@ -226,7 +226,7 @@ class SimpleTenantUsageController(object):
@wsgi.serializers(xml=SimpleTenantUsageTemplate)
def show(self, req, id):
"""Retrive tenant_usage for a specified tenant"""
"""Retrieve tenant_usage for a specified tenant"""
tenant_id = id
context = req.environ['nova.context']