From 083bcf36ca58dd476e94cea21c879fba4c0ef603 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Thu, 1 Mar 2018 01:31:50 -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/attach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2