From a8984858e74401371897cca5e6255cc36309b1c6 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 12 Mar 2018 19:56:09 +0100 Subject: [PATCH] terminal: s/Theh/The/ Signed-off-by: Christian Brauner --- src/lxc/terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2