This commit is contained in:
Calen Pennington
2012-06-29 16:07:22 -04:00
parent ada152758d
commit c6d5eea841

View File

@@ -29,7 +29,7 @@ class Plugin(object):
@classmethod
def load_class(cls, identifier, default=None):
"""
Loads a single class intance specified by identifier. If identifier
Loads a single class instance specified by identifier. If identifier
specifies more than a single class, then logs a warning and returns the first
class identified.