Word Misspelling

Word misspelling in following message:

1. shell.py

help='A unqiue identifier that represents a failover target.'

2. volumes.py

:param secondary: A unqiue identifier that represents a failover

Should change the word 'unqiue' to 'unique'.

Change-Id: I44a94b403f0bb71864d03683bdaf3b98f4d73bb1
This commit is contained in:
Herman Ge
2016-01-11 10:23:22 -05:00
parent 7476dbd8dc
commit 0e9e2849f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1308,7 +1308,7 @@ def do_replication_list_targets(cs, args):
help='ID of volume to failover.')
@utils.arg('secondary',
metavar='<secondary>',
help='A unqiue identifier that represents a failover target.')
help='A unique identifier that represents a failover target.')
@utils.service_type('volumev2')
def do_replication_failover(cs, args):
"""Failover a volume to a secondary target"""

View File

@@ -561,7 +561,7 @@ class VolumeManager(base.ManagerWithFind):
Failover a volume to a secondary target.
:param volume_id: The id of the volume to query
:param secondary: A unqiue identifier that represents a failover
:param secondary: A unique identifier that represents a failover
target
"""
return self._action('os-failover_replication',