Commit 2a2d36a4 by Serge Hallyn

fix typo

parent 1fb86a7c
......@@ -1503,7 +1503,7 @@ static bool lxcapi_destroy(struct lxc_container *c)
}
if (c->lxc_conf && has_snapshots(c)) {
ERROR("conatiner %s has dependent snapshots", c->name);
ERROR("container %s has dependent snapshots", c->name);
goto out;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment