Typo fix

parent e403a064
...@@ -613,7 +613,7 @@ static bool fetch_seccomp(const char *name, const char *lxcpath, ...@@ -613,7 +613,7 @@ static bool fetch_seccomp(const char *name, const char *lxcpath,
if (!c->lxc_conf) if (!c->lxc_conf)
return false; return false;
if (lxc_read_seccomp_config(c->lxc_conf) < 0) { if (lxc_read_seccomp_config(c->lxc_conf) < 0) {
ERROR("Error reaading seccomp policy"); ERROR("Error reading seccomp policy");
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment