From: Radostin Stoyanov Date: Sun, 15 Apr 2018 15:30:10 +0000 (+0100) Subject: lxc: s/subtreee/subtree/ X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4ac43975d514fca900896ddb3e54ef9f145920fe;p=libvirt.git lxc: s/subtreee/subtree/ Signed-off-by: Radostin Stoyanov Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- 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)