mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 02:00:15 +01:00
test: fix a typo in a comment
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1117>
This commit is contained in:
parent
45389468a7
commit
f168f7d83a
1 changed files with 1 additions and 1 deletions
|
|
@ -6492,7 +6492,7 @@ START_TEST(tablet_rotation_left_handed_while_in_prox)
|
|||
y = 30;
|
||||
litest_touch_down(finger, 0, x, y);
|
||||
|
||||
/* We need to intersperce the touch events with tablets so we don't
|
||||
/* We need to intersperse the touch events with tablets so we don't
|
||||
trigger the tablet proximity timeout. */
|
||||
for (int i = 0; i < 10; i++) {
|
||||
litest_touch_move(finger, 0, x + i, y - i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue