diff options
| author | Peter Stachowski <peter@tesora.com> | 2015-01-19 14:27:59 -0500 |
|---|---|---|
| committer | Peter Stachowski <peter@tesora.com> | 2015-01-19 14:34:07 -0500 |
| commit | 9d37dbb716de6905d5557d5dee0b9f5f7094719c (patch) | |
| tree | ce7951e9d0e15f5f41eb5416ec487254357786b6 /troveclient | |
| parent | 7a06f8632e638510bc00df4e96801ecd295aeb8e (diff) | |
| download | python-troveclient-9d37dbb716de6905d5557d5dee0b9f5f7094719c.tar.gz | |
Fixed typo in exception message
The word 'simultaneously' was incorrectly spelled. This has been fixed.
Change-Id: Id231404b09b1d26274ec9be114d0f304aab02192
Diffstat (limited to 'troveclient')
| -rw-r--r-- | troveclient/v1/instances.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/troveclient/v1/instances.py b/troveclient/v1/instances.py index da2cb94..8b01dbe 100644 --- a/troveclient/v1/instances.py +++ b/troveclient/v1/instances.py @@ -103,7 +103,7 @@ class Instances(base.ManagerWithFind): } if configuration and remove_configuration: raise Exception("Cannot attach and detach configuration " - "simultaneosly.") + "simultaneously.") if remove_configuration: body["instance"]["configuration"] = None if configuration is not None: |
