From d056eb05f2a4aa11bf16d5bdd40147513d80f187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 27 Aug 2018 00:25:48 +0200 Subject: [PATCH] [TIMEOUT] Fix a typo. --- base/applications/cmdutils/timeout/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/cmdutils/timeout/timeout.c b/base/applications/cmdutils/timeout/timeout.c index 604014fe8b7..129a0f1ac9f 100644 --- a/base/applications/cmdutils/timeout/timeout.c +++ b/base/applications/cmdutils/timeout/timeout.c @@ -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 */