From 17548d92988909d6265d35a73c2b479097b3b209 Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Fri, 7 Aug 2015 21:42:51 +0800 Subject: [PATCH] Fix a spelling typo in tempest/thirdparty/boto/test.py s/attching/attching Change-Id: Idfdc5b6be3f82468c62217d893b9d37c74f6d994 Signed-off-by: Zhao Lei --- tempest/thirdparty/boto/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/thirdparty/boto/test.py b/tempest/thirdparty/boto/test.py index 1ff4dee1eb..9f119b4533 100644 --- a/tempest/thirdparty/boto/test.py +++ b/tempest/thirdparty/boto/test.py @@ -505,7 +505,7 @@ class BotoTestCase(tempest.test.BaseTestCase): LOG.critical("%s Volume has %s snapshot(s)", volume.id, map(snaps.id, snaps)) - # NOTE(afazekas): detaching/attching not valid EC2 status + # NOTE(afazekas): detaching/attaching not valid EC2 status def _volume_state(): volume.update(validate=True) try: