summaryrefslogtreecommitdiff
path: root/gtk/gtkkeyhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkkeyhash.c')
-rw-r--r--gtk/gtkkeyhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkkeyhash.c b/gtk/gtkkeyhash.c
index 64d98aa53f..a46d72fe02 100644
--- a/gtk/gtkkeyhash.c
+++ b/gtk/gtkkeyhash.c
@@ -529,7 +529,7 @@ _gtk_key_hash_lookup (GtkKeyHash *key_hash,
* @event: a #GtkEvent
*
* Looks up the best matching entry or entries in the hash table for a
- * given keyval/modifiers pair. It's better to use
+ * given keyval/modifiers pair. It’s better to use
* _gtk_key_hash_lookup() if you have the original #GdkEventKey
* available. The results are sorted so that entries with less
* modifiers come before entries with more modifiers.