Merge pull request #2197 from stgraber/master

Fix typo
This commit is contained in:
Christian Brauner 2018-03-01 08:23:02 +01:00 committed by GitHub
commit 8b909dfddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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