From 4ac43975d514fca900896ddb3e54ef9f145920fe Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sun, 15 Apr 2018 16:30:10 +0100 Subject: [PATCH] lxc: s/subtreee/subtree/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radostin Stoyanov Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- 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 532fd0be08..665b93a0ac 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) -- GitLab