From: Serge Hallyn Date: Thu, 5 Sep 2013 22:59:28 +0000 (-0500) Subject: fix typo X-Git-Tag: lxc-1.0.0.alpha1~1^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2d36a42512160e7771b2472cb7922423523048;p=thirdparty%2Flxc.git fix typo Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index a1a567bc6..5069f3e7d 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -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; }