Skip to content

Commit

Permalink
conf: s/ty/tty/g
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Nov 22, 2018
1 parent b67cc0b commit 5fb21f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/conf.c
Expand Up @@ -1053,7 +1053,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);
}

Expand Down

0 comments on commit 5fb21f8

Please sign in to comment.