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

stgraber on Github lxc-bot at linuxcontainers.org
Fri Jan 27 22:40:37 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170127/2b80df90/attachment.bin>
-------------- next part --------------
From 073000e2dca7e341cd05a9c1c5991c3320f0f61f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 27 Jan 2017 17:40:11 -0500
Subject: [PATCH] Fix typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/lxc/monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c
index d9b3e21..3031f2f 100644
--- a/src/lxc/monitor.c
+++ b/src/lxc/monitor.c
@@ -340,7 +340,7 @@ int lxc_monitord_spawn(const char *lxcpath)
 
 		close(pipefd[0]);
 
-		DEBUG("Sucessfully synced with child process.");
+		DEBUG("Successfully synced with child process.");
 		exit(EXIT_SUCCESS);
 	}
 


More information about the lxc-devel mailing list