[gtk+/multitouch: 129/129] GdkTouchCluster Clarify doc language



commit 5b2be2f6f140b7afefe0f00c40dc4da7707bd454
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 1 09:34:40 2012 -0500

    GdkTouchCluster Clarify doc language
    
    'Transient' is what was meant here, not 'transitive'.

 gdk/gdktouchcluster.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdktouchcluster.c b/gdk/gdktouchcluster.c
index 6a3e9b9..e4c5fa1 100644
--- a/gdk/gdktouchcluster.c
+++ b/gdk/gdktouchcluster.c
@@ -41,7 +41,7 @@
  * %GDK_TOUCH_MOTION or %GDK_TOUCH_RELEASE events through
  * gdk_event_get_touch_id(), and then be added via
  * gdk_touch_cluster_add_touch(). Note that touch IDs are
- * highly transitive, and they must be dealt with as such.
+ * very transient, and they must be dealt with as such.
  * touch IDs must not be stored after a GDK_TOUCH_RELEASE,
  * and should always be retrieved from the events being
  * currently received.



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