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. */