Unverified Commit 9b017958 by Christian Brauner Committed by GitHub

Merge pull request #3089 from Rachid-Koucha/patch-2

Typo fix
parents 6587d52b 8332a09c
......@@ -451,7 +451,7 @@ int lxc_setup_tios(int fd, struct termios *oldtios)
struct termios newtios;
if (!isatty(fd)) {
ERROR("File descriptor %d does not refert to a terminal", fd);
ERROR("File descriptor %d does not refer to a terminal", fd);
return -1;
}
......
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