diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-03 20:57:28 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-03 20:57:28 +0000 |
commit | c41cb3563b5ead3fdaeb9656791b75170661e0aa (patch) | |
tree | 1f8f112f9913052daafec44dffec02932ca2d4e1 /pango/pango-layout.c | |
parent | e79b37d413ae5bad8cbb813f4720fb0a38bb94d0 (diff) | |
download | pango-c41cb3563b5ead3fdaeb9656791b75170661e0aa.tar.gz |
Fix various typos reported by Peter Moulder.
2007-06-03 Behdad Esfahbod <behdad@gnome.org>
* docs/tmpl/main.sgml:
* pango/pango-layout.c (process_item):
* pango/pango-ot-info.c:
* pango/pango-renderer.c (pango_renderer_draw_layout_line):
Fix various typos reported by Peter Moulder.
svn path=/trunk/; revision=2329
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 606d27c6..b7a7ea2f 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -3281,7 +3281,7 @@ process_item (PangoLayout *layout, new_item = pango_item_split (item, length, break_num_chars); /* reshaping may slightly change the item width. update - * remaining_with if we are justifying */ + * remaining_width if we are justifying */ state->remaining_width += break_width; |