summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-20 19:12:01 +0000
committerGerrit Code Review <review@openstack.org>2012-07-20 19:12:01 +0000
commit1c9e359428fef8cae6f6c331bb5462645e52a9c2 (patch)
tree974ba92688d05208e1511b3d08c15e0a1f822b5b /nova
parent4335f66163ee20eac9672c66b0a137c9e97d21bd (diff)
parent20a9083607e561ab5e05898ce5b5c07c1dfca975 (diff)
Merge "Fix docstring typo"
Diffstat (limited to 'nova')
-rw-r--r--nova/scheduler/filter_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/filter_scheduler.py b/nova/scheduler/filter_scheduler.py
index 69682be45..5b0bcd4f1 100644
--- a/nova/scheduler/filter_scheduler.py
+++ b/nova/scheduler/filter_scheduler.py
@@ -169,7 +169,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