diff options
author | Alp Toker <alp.toker@collabora.co.uk> | 2007-06-01 05:10:50 +0000 |
---|---|---|
committer | Alp Toker <atoker@src.gnome.org> | 2007-06-01 05:10:50 +0000 |
commit | 5ffdc33df0b329282901ad1a410492248d32b931 (patch) | |
tree | e52b37b9036a8018968842467544b43e426f6884 /gdk/gdkcairo.c | |
parent | 405df7f7dbae2e6e70063f944b1415072f161ed3 (diff) | |
download | gtk+-5ffdc33df0b329282901ad1a410492248d32b931.tar.gz |
Fix doc typos.
2007-06-01 Alp Toker <alp.toker@collabora.co.uk>
* gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.
svn path=/trunk/; revision=17999
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r-- | gdk/gdkcairo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index b481648a2a..c1474e9cd6 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -233,7 +233,7 @@ gdk_cairo_set_source_pixbuf (cairo_t *cr, * * Sets the given pixmap as the source pattern for the Cairo context. * The pattern has an extend mode of %CAIRO_EXTEND_NONE and is aligned - * so that the origin of @pixbuf is @pixbuf_x, @pixbuf_y + * so that the origin of @pixmap is @pixmap_x, @pixmap_y * * Since: 2.10 **/ |