Commit 8ab1f94b by Katze Committed by Stéphane Graber

fix typo

Signed-off-by: 's avatarbenaryorg <binary@benary.org>
parent 8042e1f9
...@@ -161,7 +161,7 @@ static int create_partial(struct lxc_container *c) ...@@ -161,7 +161,7 @@ static int create_partial(struct lxc_container *c)
return -1; return -1;
} }
if ((fd=open(path, O_RDWR | O_CREAT | O_EXCL, 0755)) < 0) { if ((fd=open(path, O_RDWR | O_CREAT | O_EXCL, 0755)) < 0) {
SYSERROR("Erorr creating partial file"); SYSERROR("Error creating partial file");
return -1; return -1;
} }
lk.l_type = F_WRLCK; lk.l_type = F_WRLCK;
......
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