[clutter/clutter-1.14] gesture-action: fix typo



commit 968bc56e864dd1f1f189b6042ac62e3d4c37bb26
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Sun Apr 7 15:47:26 2013 +0100

    gesture-action: fix typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698668

 clutter/clutter-gesture-action-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-gesture-action-private.h b/clutter/clutter-gesture-action-private.h
index d3eb865..040fcc7 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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]