Unverified Commit 8332a09c by Rachid Koucha Committed by GitHub

Typo fix

Fixed a typo in error message Signed-off-by: 's avatarRachid Koucha <rachid.koucha@gmail.com>
parent 6587d52b
...@@ -451,7 +451,7 @@ int lxc_setup_tios(int fd, struct termios *oldtios) ...@@ -451,7 +451,7 @@ int lxc_setup_tios(int fd, struct termios *oldtios)
struct termios newtios; struct termios newtios;
if (!isatty(fd)) { 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; 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