Merge pull request #805 from benaryorg/patch-1

fix typo
This commit is contained in:
Stéphane Graber 2016-02-05 21:49:13 +01:00
commit e8f8436cc1

View File

@ -173,7 +173,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;