Minor typo fix

Change-Id: Id6f50b56c9af6a1161e95a3ac0b3411d3513aa2e
This commit is contained in:
Amit Saha 2015-08-14 13:28:06 +05:30
parent cabcb07d87
commit 65c8da40e4
1 changed files with 1 additions and 1 deletions

View 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