mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[TIMEOUT] Fix a typo.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user