[libvirt] [PATCH 1/2] lxc: s/subtreee/subtree/

Radostin Stoyanov rstoyanov1 at gmail.com
Sun Apr 15 15:30:10 UTC 2018


Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 src/lxc/lxc_container.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c
index 532fd0be0..665b93a0a 100644
--- a/src/lxc/lxc_container.c
+++ b/src/lxc/lxc_container.c
@@ -574,7 +574,7 @@ static int lxcContainerUnmountSubtree(const char *prefix,
     const char *failedUmount = NULL;
     int ret = -1;
 
-    VIR_DEBUG("Unmount subtreee from %s", prefix);
+    VIR_DEBUG("Unmount subtree from %s", prefix);
 
     if (virFileGetMountReverseSubtree("/proc/mounts", prefix,
                                       &mounts, &nmounts) < 0)
-- 
2.14.3




More information about the libvir-list mailing list