diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-30 04:28:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-30 04:28:42 +0000 |
| commit | bc79c3ecc55929bac585d04a03475b72e06a3208 (patch) | |
| tree | 7108ac6b8278da831defbb445ba75529f5248c0b /nova/api | |
| parent | d0693f6c5c2db76041131a6342a413078f7171f2 (diff) | |
| parent | e77308cc8754657674ba03ea0f25155768e1a267 (diff) | |
| download | nova-bc79c3ecc55929bac585d04a03475b72e06a3208.tar.gz nova-bc79c3ecc55929bac585d04a03475b72e06a3208.tar.xz nova-bc79c3ecc55929bac585d04a03475b72e06a3208.zip | |
Merge "Spelling fix Retrive=> Retrieve"
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/simple_tenant_usage.py | 4 |
1 files 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'] |
