diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-28 20:02:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-28 20:02:13 +0000 |
commit | 65c0f1460add9fe2ce2eb7f1084dae6499b354b0 (patch) | |
tree | 1b1676d4788c860f6e79facce23c38394073ca00 /gdk/gdkdraw.c | |
parent | 8f0ef1b00ebf9335f1f2fdb5a1b4d6a171128b50 (diff) | |
download | gtk+-65c0f1460add9fe2ce2eb7f1084dae6499b354b0.tar.gz |
Docs typo fix.
2004-04-28 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
Diffstat (limited to 'gdk/gdkdraw.c')
-rw-r--r-- | gdk/gdkdraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c index 285743aae7..12e1aa32bd 100644 --- a/gdk/gdkdraw.c +++ b/gdk/gdkdraw.c @@ -1536,7 +1536,7 @@ gdk_drawable_real_draw_pixbuf (GdkDrawable *drawable, /** * _gdk_drawable_get_scratch_gc: * @drawable: A #GdkDrawable - * @graphics_exposures: Whether the reutrned #GdkGC should generate graphics exposures + * @graphics_exposures: Whether the returned #GdkGC should generate graphics exposures * * Returns a #GdkGC suitable for drawing on @drawable. The #GdkGC has * the standard values for @drawable, except for the graphics_exposures |