From: Amit Saha Date: Fri, 14 Aug 2015 07:58:06 +0000 (+0530) Subject: Minor typo fix X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=65c8da40e40d17f028ca1e23eabcc4f5a3272875;p=openstack-build%2Fneutron-build.git Minor typo fix Change-Id: Id6f50b56c9af6a1161e95a3ac0b3411d3513aa2e --- diff --git a/neutron/quota/resource_registry.py b/neutron/quota/resource_registry.py index d0263e876..fb6913cec 100644 --- a/neutron/quota/resource_registry.py +++ b/neutron/quota/resource_registry.py @@ -133,7 +133,7 @@ class ResourceRegistry(object): there are usage counters which are kept in sync with the actual number of rows in the database, this class allows the plugin to register their names either explicitly or through the @tracked_resources decorator, - which should preferrably be applied to the __init__ method of the class. + which should preferably be applied to the __init__ method of the class. """ _instance = None