diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-20 18:20:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-20 18:20:06 +0000 |
| commit | e04a4149f296a367d82b9aa01df8a90855999784 (patch) | |
| tree | 34c54389b79ac9dd408e54a84881828fbafdd059 /cinderclient/shell_utils.py | |
| parent | eb6076ef9e935804a95151a92d75ff9165f0d792 (diff) | |
| parent | 0d9b8a14ef52e55c38b71f41435d5c04651ecbd0 (diff) | |
| download | python-cinderclient-e04a4149f296a367d82b9aa01df8a90855999784.tar.gz | |
Merge "Fix spelling of consistency groups"
Diffstat (limited to 'cinderclient/shell_utils.py')
| -rw-r--r-- | cinderclient/shell_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell_utils.py b/cinderclient/shell_utils.py index 76a814f..81e2155 100644 --- a/cinderclient/shell_utils.py +++ b/cinderclient/shell_utils.py @@ -79,7 +79,7 @@ def find_backup(cs, backup): def find_consistencygroup(cs, consistencygroup): - """Gets a consistencygroup by name or ID.""" + """Gets a consistency group by name or ID.""" return utils.find_resource(cs.consistencygroups, consistencygroup) |
