Minor change to comment

"which is not case with" should be "which is not the case with".

Change-Id: Idb0801580336b319a279f24acf6d11899ecbdcec
This commit is contained in:
Xiangfei Zhu 2016-07-26 21:28:12 -07:00
parent c9436c4fff
commit a8fd20a7ed
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def wait_for_image_status(client, image_id, status):
while int(time.time()) - start < client.build_timeout:
image = show_image(image_id)
# Compute image client returns response wrapped in 'image' element
# which is not case with Glance image client.
# which is not the case with Glance image client.
if 'image' in image:
image = image['image']