Merge "Fix some typos in comments"

This commit is contained in:
Jenkins
2017-02-09 17:53:34 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -6946,7 +6946,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,

View File

@@ -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'}