diff options
author | Jordi Mas <jmas@softcatala.org> | 2020-07-04 10:00:25 +0200 |
---|---|---|
committer | Jordi Mas <jmas@softcatala.org> | 2020-07-04 10:00:25 +0200 |
commit | 599b8077262bec59fe0d03b5974d7f03c4500a4c (patch) | |
tree | 6ce35a082f97aa72fc872bdb4d9d97a124f10b57 /gtk/gtkdropcontrollermotion.c | |
parent | 6510ca8bdd667531ae1b99ef4e22414d9f754586 (diff) | |
download | gtk+-599b8077262bec59fe0d03b5974d7f03c4500a4c.tar.gz |
Fixes typos
Diffstat (limited to 'gtk/gtkdropcontrollermotion.c')
-rw-r--r-- | gtk/gtkdropcontrollermotion.c | 2 |
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); |