[lxc-devel] [lxc/master] fix typo

benaryorg on Github lxc-bot at linuxcontainers.org
Fri Feb 5 17:54:09 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 300 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160205/a339447e/attachment.bin>
-------------- next part --------------
From 86d4136ca48426dd3b28a5843bcfddabfb4fde37 Mon Sep 17 00:00:00 2001
From: Katze <binary at 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;


More information about the lxc-devel mailing list