gesture: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-04-27 21:29:11 +02:00
parent 84d4800a16
commit 22f964548b
+1 -1
View File
@@ -81,7 +81,7 @@ const (
// TypePress is reported for the first pointer
// press.
TypePress ClickType = iota
// TypeClick is reporoted when a click action
// TypeClick is reported when a click action
// is complete.
TypeClick
)