diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-07 05:49:53 +0000 |
commit | eed4bfd92100d915d9d2f8e7c2d7ecac659a688a (patch) | |
tree | c9fc4aba099ee71d57d3f87f9b7af1abd5bce54b /pango/pangoxft-render.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pangoxft-render.c')
-rw-r--r-- | pango/pangoxft-render.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangoxft-render.c b/pango/pangoxft-render.c index 7651cb61..0d104191 100644 --- a/pango/pangoxft-render.c +++ b/pango/pangoxft-render.c @@ -642,7 +642,7 @@ release_renderer (PangoRenderer *renderer) * pango_xft_render_layout: * @draw: an #XftDraw * @color: the foreground color in which to draw the layout - * (may be overriden by color attributes) + * (may be overridden by color attributes) * @layout: a #PangoLayout * @x: the X position of the left of the layout (in Pango units) * @y: the Y position of the top of the layout (in Pango units) @@ -679,7 +679,7 @@ pango_xft_render_layout (XftDraw *draw, * pango_xft_render_layout_line: * @draw: an #XftDraw * @color: the foreground color in which to draw the layout line - * (may be overriden by color attributes) + * (may be overridden by color attributes) * @line: a #PangoLayoutLine * @x: the x position of start of string (in Pango units) * @y: the y position of baseline (in Pango units) @@ -792,7 +792,7 @@ pango_xft_render (XftDraw *draw, * pango_xft_picture_render: * @display: an X display * @src_picture: the source picture to draw the string with - * @dest_picture: the destination picture to draw the strign onto + * @dest_picture: the destination picture to draw the string onto * @font: the font in which to draw the string * @glyphs: the glyph string to draw * @x: the x position of start of string (in pixels) |