diff options
| author | Gary Kotton <gkotton@vmware.com> | 2016-06-19 06:12:02 -0700 |
|---|---|---|
| committer | Gary Kotton <gkotton@vmware.com> | 2016-06-19 06:23:01 -0700 |
| commit | 38d4b536ea4e7bb4855729d60d53a9965eaadb68 (patch) | |
| tree | 2efededb25da3d6426eb47a3ca71d8de98cc9333 /nova/virt/libvirt/blockinfo.py | |
| parent | 8435999c782d4cca00c9e362e393019b43abb366 (diff) | |
| download | nova-38d4b536ea4e7bb4855729d60d53a9965eaadb68.tar.gz | |
libvirt: fix typos in comments
Fix some typos in the libvirt directory
TrivialFix
Change-Id: Id7a0c318090247d1dd1303cb3b0e487a3f511bb1
Diffstat (limited to 'nova/virt/libvirt/blockinfo.py')
| -rw-r--r-- | nova/virt/libvirt/blockinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt/blockinfo.py b/nova/virt/libvirt/blockinfo.py index da7bcabd72..b7e5df053c 100644 --- a/nova/virt/libvirt/blockinfo.py +++ b/nova/virt/libvirt/blockinfo.py @@ -532,7 +532,7 @@ def get_disk_mapping(virt_type, instance, if get_device_name(bdm)] # NOTE (ndipanov): root_bdm can be None when we boot from image - # as there is no driver represenation of local targeted images + # as there is no driver representation of local targeted images # and they will not be in block_device_info list. root_bdm = block_device.get_root_bdm( driver.block_device_info_get_mapping(block_device_info)) |
