fix minor typo in comment
This commit is contained in:
parent
7f636baf73
commit
f5426939ef
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ static void decide_hold_tap(struct active_hold_tap *hold_tap,
|
||||||
return;
|
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.
|
// a hold decision are not met.
|
||||||
if (is_positional_hold_tap_enabled(hold_tap) && !passes_positional_hold_conditions(hold_tap)) {
|
if (is_positional_hold_tap_enabled(hold_tap) && !passes_positional_hold_conditions(hold_tap)) {
|
||||||
hold_tap->status = STATUS_TAP;
|
hold_tap->status = STATUS_TAP;
|
||||||
|
|
Loading…
Add table
Reference in a new issue