Fixed typos found by RETF rules

Rules are available at
https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos

Change-Id: I8de0631346b703870ce8ebe9ce728a0360f1ba7f
This commit is contained in:
Christian Berendt 2014-05-02 18:32:06 +02:00
parent da4117f71c
commit 17e4d6c381
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -93,7 +93,7 @@ class FindResourceTestCase(test_utils.TestCase):
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()

View File

@ -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)

View File

@ -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
@ -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