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/ellipsize.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/ellipsize.c')
-rw-r--r-- | pango/ellipsize.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 |