gesture: fix typo in docs
authorAlexandros Theodotou <alex@zrythm.org>
Wed, 24 Nov 2021 19:21:21 +0000 (19:21 +0000)
committerAlexandros Theodotou <alex@zrythm.org>
Wed, 24 Nov 2021 19:34:49 +0000 (19:34 +0000)
gtk/gtkgesture.c

index 71a0300ea156ef96ab8066b17c2cc7caeb9090e4..68adb2b02d90d20d724d0f31e329101ab817cefb 100644 (file)
@@ -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.
  *