From: Robert LeBlanc Date: Thu, 13 Aug 2015 20:14:52 +0000 (-0600) Subject: Small trivial typo. X-Git-Tag: lxc-1.1.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d75484ade6e38aec7c9d69553f381298c29c293;p=thirdparty%2Flxc.git Small trivial typo. --- diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 1f0bc5d92..09ff06311 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -2633,7 +2633,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)