[gtk+] Fix a typo



commit c50e774b2964c0d6d7251e195d75034b588ba326
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 5 19:17:31 2016 -0400

    Fix a typo

 gtk/gtkmain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 9a3b4ec..6e8bf19 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))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]