Unverified Commit 8b909dfd by Christian Brauner Committed by GitHub

Merge pull request #2197 from stgraber/master

Fix typo
parents a98bd0bd 083bcf36
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment