]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo 2197/head
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 1 Mar 2018 06:31:50 +0000 (01:31 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 1 Mar 2018 06:31:50 +0000 (01:31 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/attach.c

index d3b7d342b1f8e1bcf3b3d610c559b3d761f7defd..241bd3566a69e3c8f0944cce4afcb2f8401cab44 100644 (file)
@@ -1295,7 +1295,7 @@ int lxc_attach(const char *name, const char *lxcpath,
                        ret = lxc_attach_pty_mainloop_init(&pty, &descr);
                        if (ret < 0)
                                goto on_error;
-                       TRACE("Initalized pty mainloop");
+                       TRACE("Initialized pty mainloop");
                }
 
                /* Let the child process know to go ahead. */