[TIMEOUT] Fix a typo.

This commit is contained in:
Hermès Bélusca-Maïto 2018-08-27 00:25:48 +02:00
parent 6241a16f41
commit d056eb05f2
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -218,7 +218,7 @@ INT InputWait(BOOL bNoBreak, INT timerValue)
break;
}
/* Be sure there is someting in the console input queue */
/* Be sure there is something in the console input queue */
if (!PeekConsoleInputW(hInput, InputRecords, ARRAYSIZE(InputRecords), &NumRecords))
{
/* An error happened, bail out */