[TIMEOUT] Fix a typo.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Aug 2018 22:25:48 +0000 (00:25 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Aug 2018 22:28:10 +0000 (00:28 +0200)
base/applications/cmdutils/timeout/timeout.c

index 604014f..129a0f1 100644 (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 */