Merge "Fix docstring typo in need_legacy_block_device_info"

This commit is contained in:
Jenkins
2014-05-30 07:46:29 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -1225,7 +1225,7 @@ class ComputeDriver(object):
def need_legacy_block_device_info(self):
"""Tell the caller if the driver requires legacy block device info.
Tell the caller weather we expect the legacy format of block
Tell the caller whether we expect the legacy format of block
device info to be passed in to methods that expect it.
"""
return True