]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix typo 805/head
authorKatze <binary@benary.org>
Fri, 5 Feb 2016 17:53:59 +0000 (18:53 +0100)
committerbenaryorg <binary@benary.org>
Fri, 5 Feb 2016 17:54:45 +0000 (18:54 +0100)
Signed-off-by: benaryorg <binary@benary.org>
src/lxc/lxccontainer.c

index 402b96f78c160ea041266370dfe2b69771a45ca4..bb34bcd809f76492f451e59c943d62902d6fe3ff 100644 (file)
@@ -173,7 +173,7 @@ static int create_partial(struct lxc_container *c)
                return -1;
        }
        if ((fd=open(path, O_RDWR | O_CREAT | O_EXCL, 0755)) < 0) {
-               SYSERROR("Erorr creating partial file");
+               SYSERROR("Error creating partial file");
                return -1;
        }
        lk.l_type = F_WRLCK;