Skip to content

Commit

Permalink
Small typo guestures -> gestures (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDGuyShawn authored Apr 12, 2024
1 parent 1fb1507 commit 17fd6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in/gesture.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function M.create(settings)
gestures.two_finger.swipe_right = s1.swipe_right and s2.swipe_right
gestures.two_finger.swipe_left = s1.swipe_left and s2.swipe_left
elseif s1.is_repeated and s1.is_repeated then
guestures.two_finger.repeated = true
gestures.two_finger.repeated = true
else
local pressed1 = s1.pressed_position
local pressed2 = s2.pressed_position
Expand Down

0 comments on commit 17fd6aa

Please sign in to comment.