From eed4bfd92100d915d9d2f8e7c2d7ecac659a688a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 7 Jan 2007 05:49:53 +0000 Subject: Spell-check the docs. svn path=/trunk/; revision=2130 --- pango/ellipsize.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pango/ellipsize.c') diff --git a/pango/ellipsize.c b/pango/ellipsize.c index 22f6e4b4..b1523afe 100644 --- a/pango/ellipsize.c +++ b/pango/ellipsize.c @@ -48,7 +48,7 @@ typedef struct _LineIter LineIter; * us to use a gap position at x=line_width and still have it be part of * of a run. * - * We grow the grap out one "span" at a time, where a span is simply a + * We grow the gap out one "span" at a time, where a span is simply a * consecutive run of clusters that we can't interrupt with an ellipsis. * * When choosing whether to grow the gap at the start or the end, we @@ -236,7 +236,7 @@ line_iter_prev_cluster (EllipsizeState *state, * - Starts a grapheme - checked here * * In the future we'd also like to add a check for cursive connectivity here. - * This should be an addition to PangoGlyphVisAttr + * This should be an addition to #PangoGlyphVisAttr * */ @@ -715,7 +715,7 @@ current_width (EllipsizeState *state) * @line: a #PangoLayoutLine * @attrs: Attributes being used for itemization/shaping * - * Given a PangoLayoutLine with the runs still in logical order, ellipsize + * Given a #PangoLayoutLine with the runs still in logical order, ellipsize * it according the layout's policy to fit within the set width of the layout. **/ void -- cgit v1.2.1