From fd49340edb2f3930c311edc41744c031373a57f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Sep 2014 19:24:00 -0400 Subject: [PATCH] Trivial: reword docs a bit --- gtk/gtkgesture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkgesture.c b/gtk/gtkgesture.c index 6829a56aa6..fb913aa260 100644 --- a/gtk/gtkgesture.c +++ b/gtk/gtkgesture.c @@ -66,8 +66,8 @@ * ## States of a sequence # {#touch-sequence-states} * * Whenever input interaction happens, a single event may trigger a cascade of - * #GtkGestures, both across the parents of the widget receiving the - * event and parallelly within an individual widget. It is a responsibility of the + * #GtkGestures, both across the parents of the widget receiving the event and + * in parallel within an individual widget. It is a responsibility of the * widgets using those gestures to set the state of touch sequences accordingly * in order to enable cooperation of gestures around the #GdkEventSequences * triggering those.