From: Christian Brauner Date: Thu, 8 Nov 2018 17:55:16 +0000 (+0100) Subject: conf: s/ty/tty/g X-Git-Tag: lxc-3.1.0~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7333b3d0addc261dc23b1ea854393f25d8a965;p=thirdparty%2Flxc.git conf: s/ty/tty/g Signed-off-by: Christian Brauner --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index fbf569b0f..3d0e4a192 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -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); }