terminal: s/Theh/The/

parent 949d0338
...@@ -688,7 +688,7 @@ static int lxc_terminal_peer_default(struct lxc_terminal *terminal) ...@@ -688,7 +688,7 @@ static int lxc_terminal_peer_default(struct lxc_terminal *terminal)
if (!path) { if (!path) {
errno = ENOTTY; errno = ENOTTY;
DEBUG("Theh process does not have a controlling terminal"); DEBUG("The process does not have a controlling terminal");
goto on_succes; goto on_succes;
} }
......
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