From: Christian Brauner Date: Mon, 12 Mar 2018 18:56:09 +0000 (+0100) Subject: terminal: s/Theh/The/ X-Git-Tag: lxc-3.0.0.beta2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2210%2Fhead;p=thirdparty%2Flxc.git terminal: s/Theh/The/ Signed-off-by: Christian Brauner --- diff --git a/src/lxc/terminal.c b/src/lxc/terminal.c index e6a7395fb..714e35a05 100644 --- a/src/lxc/terminal.c +++ b/src/lxc/terminal.c @@ -688,7 +688,7 @@ static int lxc_terminal_peer_default(struct lxc_terminal *terminal) if (!path) { errno = ENOTTY; - DEBUG("Theh process does not have a controlling terminal"); + DEBUG("The process does not have a controlling terminal"); goto on_succes; }