summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontrollermotion.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/gtkeventcontrollermotion.c
parent6510ca8bdd667531ae1b99ef4e22414d9f754586 (diff)
downloadgtk+-599b8077262bec59fe0d03b5974d7f03c4500a4c.tar.gz
Fixes typos
Diffstat (limited to 'gtk/gtkeventcontrollermotion.c')
-rw-r--r--gtk/gtkeventcontrollermotion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeventcontrollermotion.c b/gtk/gtkeventcontrollermotion.c
index ba725bd02b..8a9a623765 100644
--- a/gtk/gtkeventcontrollermotion.c
+++ b/gtk/gtkeventcontrollermotion.c
@@ -221,7 +221,7 @@ gtk_event_controller_motion_class_init (GtkEventControllerMotionClass *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);