aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-04-14 15:32:22 +1000
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-04-14 15:32:22 +1000
commit329cd3a67df6b724f082b1c9052bb4b108335992 (patch)
treecd73ac8beab02a180dbc9dedd7748c1f22dfae40 /src
parent169340b428afee78e1075b332c785652ec37264b (diff)
Update README.md
Diffstat (limited to 'src')
-rw-r--r--src/fastmouse_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastmouse_test.cc b/src/fastmouse_test.cc
index 4b2bf5c..f6bec5b 100644
--- a/src/fastmouse_test.cc
+++ b/src/fastmouse_test.cc
@@ -49,7 +49,7 @@ TEST_F(FastmouseTest, simple_division) {
// All tests will exhibit this behaviour where the first division dots do not emit an event
// as expected unless INT_MAX % division == 0.
// We do not actually lose precision, it's just that we can only emit events in
- // discreet intervals.
+ // discrete intervals.
input_event(REL_X, 2);
input_emit();