[gtk: 1/2] gesture: fix typo in docs




commit cd60ec15762cb5ac0e4716bba0dc4e00f50a7607
Author: Alexandros Theodotou <alex zrythm org>
Date:   Wed Nov 24 19:21:21 2021 +0000

    gesture: fix typo in docs

 gtk/gtkgesture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c
index 71a0300ea1..68adb2b02d 100644
--- a/gtk/gtkgesture.c
+++ b/gtk/gtkgesture.c
@@ -94,7 +94,7 @@
  * Note: if a sequence is set early to %GTK_EVENT_SEQUENCE_CLAIMED on
  * %GDK_TOUCH_BEGIN/%GDK_BUTTON_PRESS (so those events are captured before
  * reaching the event widget, this implies %GTK_PHASE_CAPTURE), one similar
- * event will emulated if the sequence changes to %GTK_EVENT_SEQUENCE_DENIED.
+ * event will be emulated if the sequence changes to %GTK_EVENT_SEQUENCE_DENIED.
  * This way event coherence is preserved before event propagation is unstopped
  * again.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]