From: Stéphane Graber Date: Fri, 27 Jan 2017 22:40:11 +0000 (-0500) Subject: Fix typo X-Git-Tag: lxc-2.1.0~209^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1397%2Fhead;p=thirdparty%2Flxc.git Fix typo Signed-off-by: Stéphane Graber --- 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); }