summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturesingle.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-04-10 13:45:19 +0200
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:28 +0200
commit63dd7a568efc71b164705fff455b49e121a22c51 (patch)
treebea6788899695d1552faedd9c528094123dd1214 /gtk/gtkgesturesingle.c
parent556eb398e52ab1ce5bd208259e3fda1b011c71ff (diff)
downloadgtk+-63dd7a568efc71b164705fff455b49e121a22c51.tar.gz
gesturesingle: doc fixes
Diffstat (limited to 'gtk/gtkgesturesingle.c')
-rw-r--r--gtk/gtkgesturesingle.c2
1 files changed, 1 insertions, 1 deletions
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.