diff --git a/gesture/gesture.go b/gesture/gesture.go index 4d3b5bc5..fd764645 100644 --- a/gesture/gesture.go +++ b/gesture/gesture.go @@ -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 )