Skip to content

Commit

Permalink
Merge pull request #629 from rldleblanc/clone_typo
Browse files Browse the repository at this point in the history
Small trivial typo.
  • Loading branch information
stgraber committed Aug 13, 2015
2 parents d203007 + 222dc58 commit 95c140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxccontainer.c
Expand Up @@ -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)
Expand Down

0 comments on commit 95c140e

Please sign in to comment.