Skip to content

Commit

Permalink
Fixed typos found by RETF rules
Browse files Browse the repository at this point in the history
Rules are available at
https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos

Change-Id: I8de0631346b703870ce8ebe9ce728a0360f1ba7f
  • Loading branch information
berendt committed Sep 8, 2014
1 parent da4117f commit 17e4d6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cinderclient/exceptions.py
Expand Up @@ -42,7 +42,7 @@ class NoUniqueMatch(Exception):


class AuthSystemNotFound(Exception):
"""When the user specify a AuthSystem but not installed."""
"""When the user specifies an AuthSystem but not installed."""
def __init__(self, auth_system):
self.auth_system = auth_system

Expand Down
2 changes: 1 addition & 1 deletion cinderclient/tests/test_utils.py
Expand Up @@ -93,7 +93,7 @@ def test_find_by_str_displayname(self):


class CaptureStdout(object):
"""Context manager for capturing stdout from statments in its's block."""
"""Context manager for capturing stdout from statements in its block."""
def __enter__(self):
self.real_stdout = sys.stdout
self.stringio = moves.StringIO()
Expand Down
2 changes: 1 addition & 1 deletion cinderclient/v1/shell.py
Expand Up @@ -564,7 +564,7 @@ def do_snapshot_reset_state(cs, args):

if failure_count == len(args.snapshot):
if not single:
msg = ("Unable to reset the state for any of the the specified "
msg = ("Unable to reset the state for any of the specified "
"snapshots.")
raise exceptions.CommandError(msg)

Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.rst
Expand Up @@ -121,7 +121,7 @@ MASTER

1.0.4
-----
* Added suport for backup-service commands
* Added support for backup-service commands
.. _1163546: http://bugs.launchpad.net/python-cinderclient/+bug/1163546
.. _1161857: http://bugs.launchpad.net/python-cinderclient/+bug/1161857
.. _1160898: http://bugs.launchpad.net/python-cinderclient/+bug/1160898
Expand All @@ -132,7 +132,7 @@ MASTER
-----

* Added support for V2 Cinder API
* Corected upload-volume-to-image help messaging
* Corrected upload-volume-to-image help messaging
* Align handling of metadata args for all methods
* Update OSLO version
* Correct parsing of volume metadata
Expand Down

0 comments on commit 17e4d6c

Please sign in to comment.