From 65c8da40e40d17f028ca1e23eabcc4f5a3272875 Mon Sep 17 00:00:00 2001 From: Amit Saha Date: Fri, 14 Aug 2015 13:28:06 +0530 Subject: [PATCH] Minor typo fix Change-Id: Id6f50b56c9af6a1161e95a3ac0b3411d3513aa2e --- neutron/quota/resource_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2