]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix typo
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 5 Sep 2013 22:59:28 +0000 (17:59 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 5 Sep 2013 22:59:28 +0000 (17:59 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.c

index a1a567bc6df2b6e68bfd7e996611649e238b8d7a..5069f3e7de66a747d88758d213408bb575678cb3 100644 (file)
@@ -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;
        }