summaryrefslogtreecommitdiff
path: root/clutter/clutter-gesture-action-private.h
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-04-07 15:47:26 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2013-04-23 17:28:34 +0100
commitd691761985727e88f7950288411c88671f0d6ca9 (patch)
treebf1c45281cd8b2a065cdaa91d23e5e94db1e19e5 /clutter/clutter-gesture-action-private.h
parent0538adc58cd7cea4751bc46964a53c7950a00250 (diff)
downloadclutter-d691761985727e88f7950288411c88671f0d6ca9.tar.gz
gesture-action: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=698668
Diffstat (limited to 'clutter/clutter-gesture-action-private.h')
-rw-r--r--clutter/clutter-gesture-action-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-gesture-action-private.h b/clutter/clutter-gesture-action-private.h
index d3eb8659a..040fcc75b 100644
--- a/clutter/clutter-gesture-action-private.h
+++ b/clutter/clutter-gesture-action-private.h
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
* it needs to wait until the drag threshold has been exceeded before
* considering that the gesture has begun;
* @CLUTTER_GESTURE_TRIGGER_BEFORE: Tell #ClutterGestureAction that
- * the gesture must begin immegiately and that it must be cancelled
+ * the gesture must begin immediately and that it must be cancelled
* once the drag exceed the configured threshold.
*
* Enum passed to the _clutter_gesture_action_set_threshold_trigger_edge()