summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-02-01 09:34:40 -0500
committerCarlos Garnacho <carlosg@gnome.org>2012-02-18 18:05:00 +0100
commit5b2be2f6f140b7afefe0f00c40dc4da7707bd454 (patch)
tree5e75a82bc19ab8dc5c4ee808648333ff55afa315
parentb51662cafa9fbc903f2dcbef11cdba62a00cd8fa (diff)
downloadgtk+-multitouch.tar.gz
GdkTouchCluster Clarify doc languagemultitouch
'Transient' is what was meant here, not 'transitive'.
-rw-r--r--gdk/gdktouchcluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktouchcluster.c b/gdk/gdktouchcluster.c
index 6a3e9b9ef9..e4c5fa11dd 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.