2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 11:31:59 +00:00

Merge pull request #2722 from brauner/lxc/master

conf: s/ty/tty/g
This commit is contained in:
Stéphane Graber 2018-11-08 14:35:09 -05:00 committed by GitHub
commit 72da60a6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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);
}