Fix typo

parent a98bd0bd
...@@ -1295,7 +1295,7 @@ int lxc_attach(const char *name, const char *lxcpath, ...@@ -1295,7 +1295,7 @@ int lxc_attach(const char *name, const char *lxcpath,
ret = lxc_attach_pty_mainloop_init(&pty, &descr); ret = lxc_attach_pty_mainloop_init(&pty, &descr);
if (ret < 0) if (ret < 0)
goto on_error; goto on_error;
TRACE("Initalized pty mainloop"); TRACE("Initialized pty mainloop");
} }
/* Let the child process know to go ahead. */ /* 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