Fixed typo

This commit is contained in:
Jakub Wilk 2016-04-23 22:21:38 +02:00
parent 3ed5ca1c5f
commit 97c896d52b

View file

@ -136,7 +136,7 @@ void restore_tty(void)
int connect_tty(void)
{
fd_set rdfs; /* Read file descriptor set */
int maxfd; /* Maximum file desciptor used */
int maxfd; /* Maximum file descriptor used */
static bool first = true;
int status;
char c_tty;