]> git.proxmox.com Git - mirror_lxc.git/commitdiff
terminal: s/Theh/The/
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 12 Mar 2018 18:56:09 +0000 (19:56 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 15 Mar 2018 16:30:57 +0000 (17:30 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/terminal.c

index e6a7395fbae020577ea1add4e361546d1200a243..714e35a0508d66422bfbffe7cb30008fd06da075 100644 (file)
@@ -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;
        }