Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Feb 17, 2014
1 parent e403a06 commit 442f5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/attach.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 442f5c0

Please sign in to comment.