From 222dc581ce28b75ecc59f7d2747ac7a31c397743 Mon Sep 17 00:00:00 2001 From: Robert LeBlanc Date: Thu, 13 Aug 2015 14:14:52 -0600 Subject: [PATCH] Small trivial typo. --- src/lxc/lxccontainer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 1c103e828..38d837728 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -2666,7 +2666,7 @@ static int copy_storage(struct lxc_container *c0, struct lxc_container *c, // We will simply append a new lxc.rootfs entry to the unexpanded config clear_unexp_config_line(c->lxc_conf, "lxc.rootfs", false); if (!do_append_unexp_config_line(c->lxc_conf, "lxc.rootfs", c->lxc_conf->rootfs.path)) { - ERROR("Error saving new rootfs to cloend config"); + ERROR("Error saving new rootfs to cloned config"); return -1; } if (flags & LXC_CLONE_SNAPSHOT) -- 2.47.2