]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix typo
authorKatze <binary@benary.org>
Fri, 5 Feb 2016 17:53:59 +0000 (18:53 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 17 Nov 2016 22:51:54 +0000 (17:51 -0500)
Signed-off-by: benaryorg <binary@benary.org>
src/lxc/lxccontainer.c

index ecb2aeb2ff2aaf37ab95a8f38e597e7531b990bf..f9cc4c3d42c28ec49098a0d59fbc2078fcfa7440 100644 (file)
@@ -161,7 +161,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;