]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Typo fix
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 17 Feb 2014 22:45:10 +0000 (17:45 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 17 Feb 2014 22:45:10 +0000 (17:45 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/attach.c

index 31a5ae7b11fde379e1b0e47125e8607ddf0195a8..f12d216f54ed968d0b4fe4562c2c2f11287e93c2 100644 (file)
@@ -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;
        }