aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/behaviors
diff options
context:
space:
mode:
authorHoru <[email protected]>2024-05-14 03:47:33 +0700
committerGitHub <[email protected]>2024-05-13 16:47:33 -0400
commit7d1f84e3eb889da9093841a2cd8d813eca15ded8 (patch)
tree0f3cba72192da05892d8405a9170f4986cd4af01 /app/src/behaviors
parent4dfc45d4ab38c23cae61dae4699bd0fbef4e33eb (diff)
downloadzmk-7d1f84e3eb889da9093841a2cd8d813eca15ded8.tar.gz
zmk-7d1f84e3eb889da9093841a2cd8d813eca15ded8.zip
chore: fix typos in various places
Diffstat (limited to 'app/src/behaviors')
-rw-r--r--app/src/behaviors/behavior_hold_tap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/behaviors/behavior_hold_tap.c b/app/src/behaviors/behavior_hold_tap.c
index 204e50f478..57263d1c85 100644
--- a/app/src/behaviors/behavior_hold_tap.c
+++ b/app/src/behaviors/behavior_hold_tap.c
@@ -181,7 +181,7 @@ static void release_captured_events() {
//
// Events for different mod-tap instances are separated by a NULL pointer.
//
- // The first event popped will never be catched by the next active hold-tap
+ // The first event popped will never be caught by the next active hold-tap
// because to start capturing a mod-tap-key-down event must first completely
// go through the events queue.
//