[clutter] gesture-action: fix typo



commit 1ee07e5d485b54aa9b29232afd36d32fee926320
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 c802779..7625a8e 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]