Fixed many typos.

These were found using: https://github.com/intgr/topy

Change-Id: Ia4e14508c285d95ab4eaeabbde032ecc5e7c9e4b
This commit is contained in:
Alex Gaynor
2014-04-25 21:47:41 -07:00
parent 8604b7c0d7
commit b055e16846
32 changed files with 41 additions and 41 deletions

View File

@@ -125,7 +125,7 @@ class DriverBlockDevice(dict):
def attach(self, **kwargs):
"""Make the device available to be used by VMs.
To be overriden in subclasses with the connecting logic for
To be overridden in subclasses with the connecting logic for
the type of device the subclass represents.
"""
raise NotImplementedError()