From 3ef64405b79bb27cb9ee0f58f3cb988d7df6d689 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 29 May 2014 14:21:28 -0700 Subject: [PATCH] Fix docstring typo in need_legacy_block_device_info Change-Id: I9aaec5f73f3001c0926aba2fba4165f3a66319f1 --- nova/virt/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/driver.py b/nova/virt/driver.py index 83e0527ca9..adf888c60c 100644 --- a/nova/virt/driver.py +++ b/nova/virt/driver.py @@ -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