From c50e774b2964c0d6d7251e195d75034b588ba326 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 May 2016 19:17:31 -0400 Subject: [PATCH] Fix a typo --- gtk/gtkmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 9a3b4ece7b..6e8bf196e8 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -1797,7 +1797,7 @@ gtk_main_do_event (GdkEvent *event) { /* We handle exposes only on native windows, relying on the * draw() handler to propagate down to non-native windows. - * This is ok now that we child windows always are considered + * This is ok now that child windows are always considered * (semi)transparent. */ if (gdk_window_has_native (event->expose.window))