]> xenbits.xensource.com Git - osstest/openstack-nova.git/commitdiff
Fix a typo in nova/api/openstack/compute/volumes.py
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>
Tue, 22 Nov 2016 06:21:17 +0000 (15:21 +0900)
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>
Wed, 23 Nov 2016 22:18:56 +0000 (22:18 +0000)
he -> the

TrivialFix
Change-Id: I306867800fabbdf0b6516e2459c0d9d00d627c7b

nova/api/openstack/compute/volumes.py

index f6d959cd24b06f839e4ddbe15ddbd1eea5bca5c3..eae566a429c00784a1841b40864595f3c0c958bf 100644 (file)
@@ -223,7 +223,7 @@ def _translate_attachment_summary_view(volume_id, instance_uuid, mountpoint):
     """Maps keys for attachment summary view."""
     d = {}
 
-    # NOTE(justinsb): We use the volume id as he id of the attachment object
+    # NOTE(justinsb): We use the volume id as the id of the attachment object
     d['id'] = volume_id
 
     d['volumeId'] = volume_id