From 63dd7a568efc71b164705fff455b49e121a22c51 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 10 Apr 2014 13:45:19 +0200 Subject: [PATCH] gesturesingle: doc fixes --- gtk/gtkgesturesingle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgesturesingle.c b/gtk/gtkgesturesingle.c index 00443f2f49..c443a34d56 100644 --- a/gtk/gtkgesturesingle.c +++ b/gtk/gtkgesturesingle.c @@ -24,7 +24,7 @@ * @Title: GtkGestureSingle * * #GtkGestureSingle is an especialization of #GtkGesture, optimized (although - * not restricted) to dealing with mouse and single touch gestures. Under + * not restricted) for dealing with mouse and single touch gestures. Under * interaction, these gestures stick to the first interacting sequence, which * is accessible through gtk_gesture_single_get_current_sequence() while the * gesture is being interacted with.