Merge "Minor typo fix"

This commit is contained in:
Jenkins 2015-08-20 11:03:33 +00:00 committed by Gerrit Code Review
commit 81b2be5d38
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