Fix docstring typo

Change-Id: I18797790109ce8696ad3efa44acff7105f0cd321
This commit is contained in:
Joe Gordon
2012-07-17 14:19:48 -07:00
parent acb158714c
commit 20a9083607

View File

@@ -146,7 +146,7 @@ class FilterScheduler(driver.Scheduler):
return self.options.get_configuration()
def populate_filter_properties(self, request_spec, filter_properties):
"""Stuff things into filter_properties. Can be overriden in a
"""Stuff things into filter_properties. Can be overridden in a
subclass to add more data.
"""
pass