From: Stéphane Graber Date: Mon, 17 Feb 2014 22:45:10 +0000 (-0500) Subject: Typo fix X-Git-Tag: lxc-1.0.0.rc3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442f5c0fdfe829d6e4baac224bf8df0bb74fc6eb;p=thirdparty%2Flxc.git Typo fix Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/attach.c b/src/lxc/attach.c index 31a5ae7b1..f12d216f5 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -613,7 +613,7 @@ static bool fetch_seccomp(const char *name, const char *lxcpath, if (!c->lxc_conf) return false; if (lxc_read_seccomp_config(c->lxc_conf) < 0) { - ERROR("Error reaading seccomp policy"); + ERROR("Error reading seccomp policy"); return false; }