Fixed typo in exception message

The word 'simultaneously' was incorrectly spelled. This has been fixed.

Change-Id: Id231404b09b1d26274ec9be114d0f304aab02192
This commit is contained in:
Peter Stachowski
2015-01-19 14:27:59 -05:00
parent 7a06f8632e
commit 9d37dbb716

View File

@@ -103,7 +103,7 @@ class Instances(base.ManagerWithFind):
} }
if configuration and remove_configuration: if configuration and remove_configuration:
raise Exception("Cannot attach and detach configuration " raise Exception("Cannot attach and detach configuration "
"simultaneosly.") "simultaneously.")
if remove_configuration: if remove_configuration:
body["instance"]["configuration"] = None body["instance"]["configuration"] = None
if configuration is not None: if configuration is not None: