From 03f13e471ac8a6b8ec8de5d416ab57b0b27bc9a1 Mon Sep 17 00:00:00 2001 From: yangds Date: Mon, 15 Feb 2016 03:16:02 -0500 Subject: [PATCH] trival: fix a typo in comment s/thouhg/though Change-Id: I483ac7b3f9d9ecac7d6697e6dbd18e0e39669bfd --- glanceclient/tests/functional/test_readonly_glance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glanceclient/tests/functional/test_readonly_glance.py b/glanceclient/tests/functional/test_readonly_glance.py index 9c9989da..37b0a5e9 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')