From 73f8aeef6e987f17310ea5f17b71d00a64fbd9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Andr=C3=A9=20MOREY?= Date: Fri, 26 Aug 2016 13:33:59 +0200 Subject: [PATCH] Fix some typos in comments Change-Id: I098681679a38fb2ebfd7ac368b880dacaca8e978 --- cinder/tests/unit/volume/drivers/dell/test_dellscapi.py | 2 +- cinder/volume/drivers/coprhd/helpers/virtualpool.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/tests/unit/volume/drivers/dell/test_dellscapi.py b/cinder/tests/unit/volume/drivers/dell/test_dellscapi.py index d7c700989fe..cf298d81062 100644 --- a/cinder/tests/unit/volume/drivers/dell/test_dellscapi.py +++ b/cinder/tests/unit/volume/drivers/dell/test_dellscapi.py @@ -6598,7 +6598,7 @@ class DellSCSanAPITestCase(test.TestCase): mock_find_qos.assert_any_call(primaryqos) mock_find_qos.assert_any_call(secondaryqos, 102) self.assertEqual(sclivevol, ret) - # Make sure sync flipped and that we set HighAvailablity. + # Make sure sync flipped and that we set HighAvailability. expected = {'SyncMode': 'HighAvailability', 'SwapRolesAutomaticallyEnabled': False, 'SecondaryStorageCenter': 102, diff --git a/cinder/volume/drivers/coprhd/helpers/virtualpool.py b/cinder/volume/drivers/coprhd/helpers/virtualpool.py index 703134b63fe..f86917f9cd8 100644 --- a/cinder/volume/drivers/coprhd/helpers/virtualpool.py +++ b/cinder/volume/drivers/coprhd/helpers/virtualpool.py @@ -49,7 +49,7 @@ class VirtualPool(common.CoprHDResource): """Makes REST API call to query the vpool by name and type. This function will take the VPOOL name and type of VPOOL - as input and get uri of the first occurence of given VPOOL. + as input and get uri of the first occurrence of given VPOOL. :param name: Name of the VPOOL :param vpooltype: Type of the VPOOL {'block'}