From 68f49b73e369f4983428ec4945a7d54bcdfa171f Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Wed, 16 Mar 2016 14:03:40 -0500 Subject: [PATCH] Fixed typo in comments Change-Id: I3d228c785b6fb27295a9fe6168be9004966fba09 --- cloudcafe/compute/quotas_api/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudcafe/compute/quotas_api/client.py b/cloudcafe/compute/quotas_api/client.py index fd54fe56..15076f92 100644 --- a/cloudcafe/compute/quotas_api/client.py +++ b/cloudcafe/compute/quotas_api/client.py @@ -45,7 +45,7 @@ class QuotasClient(AutoMarshallingHTTPClient): def get_quota(self, tenant_id, requestslib_kwargs=None): """ - @summary: Returns a quota for tennant_id + @summary: Returns a quota for tenant_id @param: tenant_id: id of tenant @type: String @return: resp @@ -60,7 +60,7 @@ class QuotasClient(AutoMarshallingHTTPClient): def get_default_quota(self, tenant_id, requestslib_kwargs=None): """ - @summary: Returns default quota for tennant_id + @summary: Returns default quota for tenant_id @param: tenant_id: id of tenant @type: String @return: resp