From: Robert LeBlanc Date: Thu, 13 Aug 2015 20:14:52 +0000 (-0600) Subject: Small trivial typo. X-Git-Tag: lxc-2.0.0.beta1~194^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=222dc581ce28b75ecc59f7d2747ac7a31c397743;p=thirdparty%2Flxc.git Small trivial typo. --- 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)