[TIMEOUT] Fix a typo.

This commit is contained in:
Hermès Bélusca-Maïto
2018-08-27 00:28:10 +02:00
parent 6241a16f41
commit d056eb05f2
+1 -1
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 */