]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo 1397/head
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 27 Jan 2017 22:40:11 +0000 (17:40 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 27 Jan 2017 22:40:11 +0000 (17:40 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/monitor.c

index d9b3e212e80775246a430749eb8c24cf213af91d..3031f2fc79928a8d96871653fff419be86dd1e8f 100644 (file)
@@ -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);
        }