From a6b407cf4aaa093d70adea2bad032358aa9362f3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 29 Nov 2010 17:51:59 +0100 Subject: [PATCH] gtk: Fix typos in comment --- gtk/gtkmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index feb7ee2aa7..ceac861d71 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -1656,7 +1656,7 @@ gtk_main_do_event (GdkEvent *event) { /* The app may paint with a previously allocated cairo_t, which will draw directly to the window. We can't catch cairo - drap operatoins to automatically flush the window, thus we + draw operations to automatically flush the window, thus we need to explicitly flush any outstanding moves or double buffering */ gdk_window_flush (event->any.window);