From 442f5c0fdfe829d6e4baac224bf8df0bb74fc6eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Mon, 17 Feb 2014 17:45:10 -0500 Subject: [PATCH] Typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/lxc/attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2