From: Stéphane Graber Date: Thu, 1 Mar 2018 06:31:50 +0000 (-0500) Subject: Fix typo X-Git-Tag: lxc-3.0.0.beta1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083bcf36ca58dd476e94cea21c879fba4c0ef603;p=thirdparty%2Flxc.git Fix typo Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/attach.c b/src/lxc/attach.c index d3b7d342b..241bd3566 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -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. */