summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerman Ge <gehg@cn.ibm.com>2016-01-11 10:23:22 -0500
committerHerman Ge <gehg@cn.ibm.com>2016-01-11 10:30:36 -0500
commit0e9e2849f6af5b2df4fef78fa76d0800c283638e (patch)
tree10fa94e2e9b1100d24758bc5a80ae4ee05dafa62
parent7476dbd8dcae331d63d034eb0d725e3edc1aee06 (diff)
downloadpython-cinderclient-0e9e2849f6af5b2df4fef78fa76d0800c283638e.tar.gz
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
-rw-r--r--cinderclient/v2/shell.py2
-rw-r--r--cinderclient/v2/volumes.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py
index 6b3a4f2..d3ed0e4 100644
--- a/cinderclient/v2/shell.py
+++ b/cinderclient/v2/shell.py
@@ -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"""
diff --git a/cinderclient/v2/volumes.py b/cinderclient/v2/volumes.py
index 19bec81..afad0de 100644
--- a/cinderclient/v2/volumes.py
+++ b/cinderclient/v2/volumes.py
@@ -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',