Merge pull request #5 from jwilk/spelling

Fixed typo
This commit is contained in:
Martin Lund 2016-04-23 22:31:58 +02:00
commit f523d6a245

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;