gtk: Fix typos in comment

This commit is contained in:
Benjamin Otte 2010-11-29 17:51:59 +01:00
parent 8c6831ab5e
commit a6b407cf4a

View File

@ -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);