]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Minor typo fix
authorAmit Saha <amsaha@gmail.com>
Fri, 14 Aug 2015 07:58:06 +0000 (13:28 +0530)
committerAmit Saha <amsaha@gmail.com>
Fri, 14 Aug 2015 07:58:06 +0000 (13:28 +0530)
Change-Id: Id6f50b56c9af6a1161e95a3ac0b3411d3513aa2e

neutron/quota/resource_registry.py

index d0263e8761412f8a917d1f417b753fc75f8a26dd..fb6913cecec680db88d826eb76035b7e229febf8 100644 (file)
@@ -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