lxc: s/subtreee/subtree/

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Radostin Stoyanov 2018-04-15 16:30:10 +01:00 committed by Ján Tomko
parent 5b2c3d404e
commit 4ac43975d5

View File

@ -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)