]> Pileus Git - ~andy/gtk/commitdiff
gtk: Fix typos in comment
authorBenjamin Otte <otte@redhat.com>
Mon, 29 Nov 2010 16:51:59 +0000 (17:51 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Dec 2010 19:21:05 +0000 (20:21 +0100)
gtk/gtkmain.c

index feb7ee2aa763b86ecd8f35a8a86cd4356f55398f..ceac861d71e89f78a4eb9b3ec110b02b951f44ed 100644 (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);