From 9d37dbb716de6905d5557d5dee0b9f5f7094719c Mon Sep 17 00:00:00 2001 From: Peter Stachowski Date: Mon, 19 Jan 2015 14:27:59 -0500 Subject: [PATCH] Fixed typo in exception message The word 'simultaneously' was incorrectly spelled. This has been fixed. Change-Id: Id231404b09b1d26274ec9be114d0f304aab02192 --- troveclient/v1/instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troveclient/v1/instances.py b/troveclient/v1/instances.py index da2cb943..8b01dbee 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: