]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Small trivial typo. 629/head
authorRobert LeBlanc <rdleblanc@bluehost.com>
Thu, 13 Aug 2015 20:14:52 +0000 (14:14 -0600)
committerRobert LeBlanc <rdleblanc@bluehost.com>
Thu, 13 Aug 2015 20:14:52 +0000 (14:14 -0600)
src/lxc/lxccontainer.c

index 1c103e8283e755b7a81756b0a42dabb7c9aa618a..38d8377289e613b50fc5a1e5960d9ab240ae0ccb 100644 (file)
@@ -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)