From 073000e2dca7e341cd05a9c1c5991c3320f0f61f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Fri, 27 Jan 2017 17:40:11 -0500 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- 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 d9b3e212e..3031f2fc7 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); } -- 2.47.2