chore: fix some typos in comments (#3635)
Signed-off-by: growfrow <growfrow@outlook.com>
This commit is contained in:
parent
ec29c81ad2
commit
0fc8c37721
5 changed files with 5 additions and 5 deletions
|
|
@ -1778,7 +1778,7 @@ impl EventProcessor {
|
|||
None => return,
|
||||
};
|
||||
|
||||
// Send the keys using the sythetic state to not alter the main state.
|
||||
// Send the keys using the synthetic state to not alter the main state.
|
||||
let mut xkb_state = match XkbState::new_x11(xcb, keymap) {
|
||||
Some(xkb_state) => xkb_state,
|
||||
None => return,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue