]> git.proxmox.com Git - mirror_lxc.git/commitdiff
conf: s/ty/tty/g
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 8 Nov 2018 17:55:16 +0000 (18:55 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 8 Nov 2018 17:55:16 +0000 (18:55 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c

index fbf569b0f7a3448ea27b4cfafde7824f89cfe7a5..3d0e4a192656255d387a8f2f61f0267e1091df7a 100644 (file)
@@ -1078,7 +1078,7 @@ static int lxc_send_ttys_to_parent(struct lxc_handler *handler)
                if (ret < 0)
                        break;
 
-               TRACE("Sent ty \"%s\" with master fd %d and slave fd %d to "
+               TRACE("Sent tty \"%s\" with master fd %d and slave fd %d to "
                      "parent", tty->name, tty->master, tty->slave);
        }