summaryrefslogtreecommitdiff
path: root/glanceclient
diff options
context:
space:
mode:
authoryangds <dongsheng.yang@easystack.cn>2016-02-15 03:16:02 -0500
committeryangds <dongsheng.yang@easystack.cn>2016-02-15 06:44:49 -0500
commit03f13e471ac8a6b8ec8de5d416ab57b0b27bc9a1 (patch)
treeb529aa92b5a5e28983cab476ab6554739fb5ba66 /glanceclient
parentc58b4cc984908d154fd6c7294adac2b5586da874 (diff)
downloadpython-glanceclient-03f13e471ac8a6b8ec8de5d416ab57b0b27bc9a1.tar.gz
trival: fix a typo in comment
s/thouhg/though Change-Id: I483ac7b3f9d9ecac7d6697e6dbd18e0e39669bfd
Diffstat (limited to 'glanceclient')
-rw-r--r--glanceclient/tests/functional/test_readonly_glance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/tests/functional/test_readonly_glance.py b/glanceclient/tests/functional/test_readonly_glance.py
index 9c9989d..37b0a5e 100644
--- a/glanceclient/tests/functional/test_readonly_glance.py
+++ b/glanceclient/tests/functional/test_readonly_glance.py
@@ -52,7 +52,7 @@ class SimpleReadOnlyGlanceClientTest(base.ClientTestBase):
def test_member_list_v2(self):
try:
# NOTE(flwang): If set disk-format and container-format, Jenkins
- # will raise an error said can't recognize the params, thouhg it
+ # will raise an error said can't recognize the params, though it
# works fine at local. Without the two params, Glance will
# complain. So we just catch the exception can skip it.
self.glance('--os-image-api-version 2 image-create --name temp')