summaryrefslogtreecommitdiff
path: root/gtk/gtkdropcontrollermotion.c
diff options
context:
space:
mode:
authorJordi Mas <jmas@softcatala.org>2020-07-04 10:00:25 +0200
committerJordi Mas <jmas@softcatala.org>2020-07-04 10:00:25 +0200
commit599b8077262bec59fe0d03b5974d7f03c4500a4c (patch)
tree6ce35a082f97aa72fc872bdb4d9d97a124f10b57 /gtk/gtkdropcontrollermotion.c
parent6510ca8bdd667531ae1b99ef4e22414d9f754586 (diff)
downloadgtk+-599b8077262bec59fe0d03b5974d7f03c4500a4c.tar.gz
Fixes typos
Diffstat (limited to 'gtk/gtkdropcontrollermotion.c')
-rw-r--r--gtk/gtkdropcontrollermotion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdropcontrollermotion.c b/gtk/gtkdropcontrollermotion.c
index 155675f5a2..6acb7bf7d1 100644
--- a/gtk/gtkdropcontrollermotion.c
+++ b/gtk/gtkdropcontrollermotion.c
@@ -224,7 +224,7 @@ gtk_drop_controller_motion_class_init (GtkDropControllerMotionClass *klass)
props[PROP_CONTAINS_POINTER] =
g_param_spec_boolean ("contains-pointer",
P_("Contains Pointer"),
- P_("Whether the pointer is inthe controllers widget or a descendant"),
+ P_("Whether the pointer is in the controllers widget or a descendant"),
FALSE,
G_PARAM_READABLE);