From b604b5603229478ef0514893292a2c85c0c33ad3 Mon Sep 17 00:00:00 2001 From: Donovan Finch Date: Tue, 24 Sep 2013 23:05:34 -0700 Subject: [PATCH] fix typo & grammer in comment 363-364 Change-Id: Ic2f403007ac55d806bd6206859b5a796dc126fea --- nova/virt/disk/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/virt/disk/api.py b/nova/virt/disk/api.py index bca2db39070f..bbace11460ea 100644 --- a/nova/virt/disk/api.py +++ b/nova/virt/disk/api.py @@ -370,8 +370,8 @@ def teardown_container(container_dir): def clean_lxc_namespace(container_dir): """Clean up the container namespace rootfs mounting one spawned. - It will umount the mounted names that is mounted - but leave the linked deivces alone. + It will umount the mounted names that are mounted + but leave the linked devices alone. """ try: img = _DiskImage(image=None, mount_dir=container_dir)