summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-11-29 17:51:59 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-02 20:21:05 +0100
commita6b407cf4aaa093d70adea2bad032358aa9362f3 (patch)
tree23e08749e0df3d25a3b86a770e1bfa8dff5236cf /gtk/gtkmain.c
parent8c6831ab5e2b1d17594cdd954cf2acd7a85de8cf (diff)
downloadgtk+-a6b407cf4aaa093d70adea2bad032358aa9362f3.tar.gz
gtk: Fix typos in comment
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
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);