]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Small trivial typo.
authorRobert LeBlanc <rdleblanc@bluehost.com>
Thu, 13 Aug 2015 20:14:52 +0000 (14:14 -0600)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 13 Aug 2015 20:38:42 +0000 (16:38 -0400)
src/lxc/lxccontainer.c

index 1f0bc5d9274d7d3aaa4b14ef3368f47315598ab4..09ff063117669eb56ada3256ec8d325768645782 100644 (file)
@@ -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)