From 04a0f5a32fc461d17a4961ba3f1aeee056ca97ef Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 22 Aug 2022 13:42:31 +1000 Subject: [PATCH] fix: grammar and typos --- windows/src/engine/keyman32/kmprocessactions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/engine/keyman32/kmprocessactions.h b/windows/src/engine/keyman32/kmprocessactions.h index 6d269493b2..80827ea623 100644 --- a/windows/src/engine/keyman32/kmprocessactions.h +++ b/windows/src/engine/keyman32/kmprocessactions.h @@ -19,7 +19,7 @@ BOOL ProcessActions(BOOL* emitKeyStroke); /** * This function process the actions queued in the core processor in * the non-updateable parse of a keystroke. - * Emit keystroke , capslock, and possibly invalidate key stroke are required to be processed in this phase. + * Emit keystroke, capslock and possibly invalidate key stroke are required to be processed in this parse. * * @param [in, out] emitKeyStroke is set to true if requested by the core action queue * @return BOOL True if actions were successfully processed