diff --git a/zunclient/osc/v1/quotas.py b/zunclient/osc/v1/quotas.py index 13e38b3a..0ea96514 100644 --- a/zunclient/osc/v1/quotas.py +++ b/zunclient/osc/v1/quotas.py @@ -99,7 +99,7 @@ class GetQuota(command.ShowOne): class GetDefaultQuota(command.ShowOne): """Get default quota of the project""" - log = logging.getLogger(__name__ + '.GetDefeaultQuota') + log = logging.getLogger(__name__ + '.GetDefaultQuota') def get_parser(self, prog_name): parser = super(GetDefaultQuota, self).get_parser(prog_name)