From e77308cc8754657674ba03ea0f25155768e1a267 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 29 Aug 2012 15:50:07 -0700 Subject: Spelling fix Retrive=> Retrieve Change-Id: I7eeb8b8477884b1b4e847fe3d76b9b7d578bda8a --- nova/api/openstack/compute/contrib/simple_tenant_usage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/api/openstack/compute/contrib/simple_tenant_usage.py b/nova/api/openstack/compute/contrib/simple_tenant_usage.py index 7879cf381..75a3ddfc1 100644 --- a/nova/api/openstack/compute/contrib/simple_tenant_usage.py +++ b/nova/api/openstack/compute/contrib/simple_tenant_usage.py @@ -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'] -- cgit