Fixes typos in the files in the nova folder

blueprint fix-nova-typos

Change-Id: I0971b98999381183c0c77fff1d569180606e338b
This commit is contained in:
Alex Glikson
2013-10-07 23:37:41 +02:00
parent 1ebc86f51b
commit f16f41b1f2
3 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class BaseWeigher(object):
"""Base class for pluggable weighers."""
def _weight_multiplier(self):
"""How weighted this weigher should be. Normally this would
be overriden in a subclass based on a config value.
be overridden in a subclass based on a config value.
"""
return 1.0