fix: grammar and typos

This commit is contained in:
Ross 2022-08-22 13:42:31 +10:00
parent ecad0209cb
commit 04a0f5a32f

View file

@ -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