diff options
| author | Petr Kovar <pkovar@redhat.com> | 2017-01-18 19:26:29 +0100 |
|---|---|---|
| committer | Petr Kovar <pkovar@redhat.com> | 2017-01-18 19:35:01 +0100 |
| commit | 0d9b8a14ef52e55c38b71f41435d5c04651ecbd0 (patch) | |
| tree | ed8329ab27bec688ac8fde89704f1b99d84bf374 /cinderclient/shell_utils.py | |
| parent | 936ad27a1f5622cc00923cdc20ce23a7276357a3 (diff) | |
| download | python-cinderclient-0d9b8a14ef52e55c38b71f41435d5c04651ecbd0.tar.gz | |
Fix spelling of consistency groups
Trivial fixes making the consistency group spelling more consistent.
Change-Id: I3716606a5415f2cbf966749de17b512c347b1790
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 fa73777..6d12a78 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) |
