[gtk+] gdkwindow: Fix small typo



commit 1914e65591258c47fdd0845279199f65932f220e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 6 13:36:52 2014 -0700

    gdkwindow: Fix small typo

 gdk/gdkwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 6b4817d..f5eb162 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -3039,7 +3039,7 @@ _gdk_window_ref_cairo_surface (GdkWindow *window)
  * Creates a Cairo context for drawing to @window.
  *
  * Note that calling cairo_reset_clip() on the resulting #cairo_t will
- *rproduce undefined results, so avoid it at all costs.
+ * produce undefined results, so avoid it at all costs.
  *
  * Returns: A newly created Cairo context. Free with
  *  cairo_destroy() when you are done drawing.


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