summaryrefslogtreecommitdiff
path: root/src/filter.h
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2020-08-27 19:52:34 +0200
committerTorstein Husebø <torstein@huseboe.net>2020-12-16 22:08:23 +0100
commit18c92652242e53f2ee74f0ffc268c3d4ef4119c3 (patch)
tree10f2e751910a87d7c470cbcff3f70ee3450a2072 /src/filter.h
parent8c5a850d39853de1ad18970db4030934046e9b86 (diff)
downloadlibinput-18c92652242e53f2ee74f0ffc268c3d4ef4119c3.tar.gz
treewide: fix typos
Signed-off-by: Torstein Husebø <torstein@huseboe.net>
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter.h b/src/filter.h
index 5d4c1679..af987c40 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -50,7 +50,7 @@ struct motion_filter;
* @param time The time of the delta
*
* @return A set of normalized coordinates that can be used for pixel
- * movement. The normalized coordiantes are scaled to the default dpi range,
+ * movement. The normalized coordinates are scaled to the default dpi range,
* i.e. regardless of the resolution of the underlying device, the returned
* values always reflect a 1000dpi mouse.
*