The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/805

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From 86d4136ca48426dd3b28a5843bcfddabfb4fde37 Mon Sep 17 00:00:00 2001
From: Katze <bin...@benary.org>
Date: Fri, 5 Feb 2016 18:53:59 +0100
Subject: [PATCH] fix typo

---
 src/lxc/lxccontainer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c
index 402b96f..bb34bcd 100644
--- a/src/lxc/lxccontainer.c
+++ b/src/lxc/lxccontainer.c
@@ -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;
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to