diff options
Diffstat (limited to 'gdk/gdktouchcluster.c')
-rw-r--r-- | gdk/gdktouchcluster.c | 2 |
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. |