From f5426939ef2fc80afbbce383ff21fa9da01ad038 Mon Sep 17 00:00:00 2001 From: jmding8 <44815547+jmding8@users.noreply.github.com> Date: Fri, 29 Oct 2021 02:21:51 +0000 Subject: [PATCH] fix minor typo in comment --- app/src/behaviors/behavior_hold_tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/behaviors/behavior_hold_tap.c b/app/src/behaviors/behavior_hold_tap.c index 4b16bdfe..f5803228 100644 --- a/app/src/behaviors/behavior_hold_tap.c +++ b/app/src/behaviors/behavior_hold_tap.c @@ -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;