conf: s/ty/tty/g

parent b67cc0b8
...@@ -1053,7 +1053,7 @@ static int lxc_send_ttys_to_parent(struct lxc_handler *handler) ...@@ -1053,7 +1053,7 @@ static int lxc_send_ttys_to_parent(struct lxc_handler *handler)
if (ret < 0) if (ret < 0)
break; 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); "parent", tty->name, tty->master, tty->slave);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment