Typos fixed

Change-Id: I2ac91358c91b6c5a487ebabe010f0de26daf7d0c
This commit is contained in:
sarvesh-ranjan 2015-01-29 18:15:40 -08:00 committed by Sarvesh Ranjan
parent d59dd36015
commit 9a6ee67268
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class PciDevicePool(base.NovaObject):
class PciDevicePoolList(base.ObjectListBase, base.NovaObject):
# Version 1.0: Initial verison
# Version 1.0: Initial version
# PciDevicePool <= 1.0
VERSION = '1.0'
fields = {

View File

@ -683,7 +683,7 @@ class CinderCloudTestCase(test.TestCase):
self._tearDownBlockDeviceMapping(instances, volumes)
def test_format_instance_bdm_while_attaching_volume(self):
# NOTE(ft): Since instance bdm is deleted immediatly by detach
# NOTE(ft): Since instance bdm is deleted immediately by detach
# operation call, no test for 'detaching' stage is required
vol = self.cloud.create_volume(self.context, size=1)