fix minor typo in comment

This commit is contained in:
jmding8 2021-10-29 02:21:51 +00:00
parent 7f636baf73
commit f5426939ef

View file

@ -406,7 +406,7 @@ static void decide_hold_tap(struct active_hold_tap *hold_tap,
return;
}
// If positional hold-tap is enabled, force a decision if the positional conditiosn for
// If positional hold-tap is enabled, force a decision if the positional conditions for
// a hold decision are not met.
if (is_positional_hold_tap_enabled(hold_tap) && !passes_positional_hold_conditions(hold_tap)) {
hold_tap->status = STATUS_TAP;