From 6315cd977c2541f6f76cc81dfd47fc228bb3aa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= <bjoern@daase.net> Date: Fri, 21 Aug 2020 14:41:13 +0200 Subject: *: Fix spelling mistakes found by codespell --- gtk/gtkbuilderparser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkbuilderparser.c') diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c index e222813e68..f86aa869b1 100644 --- a/gtk/gtkbuilderparser.c +++ b/gtk/gtkbuilderparser.c @@ -2010,9 +2010,9 @@ end_element (GtkBuildableParseContext *context, { RequiresInfo *req_info = state_pop_info (data, RequiresInfo); - /* TODO: Allow third party widget developers to check thier + /* TODO: Allow third party widget developers to check their * required versions, possibly throw a signal allowing them - * to check thier library versions here. + * to check their library versions here. */ if (!strcmp (req_info->library, "gtk+")) { -- cgit v1.2.1