mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
Typo fix
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
e403a06423
commit
442f5c0fdf
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user