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/pango-markup.c | |
parent | 59d1e39f888107431975300e2b6b2452ff737f45 (diff) | |
download | pango-eed4bfd92100d915d9d2f8e7c2d7ecac659a688a.tar.gz |
Spell-check the docs.
svn path=/trunk/; revision=2130
Diffstat (limited to 'pango/pango-markup.c')
-rw-r--r-- | pango/pango-markup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-markup.c b/pango/pango-markup.c index afe8a933..8f925830 100644 --- a/pango/pango-markup.c +++ b/pango/pango-markup.c @@ -559,11 +559,11 @@ static const GMarkupParser pango_markup_parser = { * * Parses marked-up text (see * <link linkend="PangoMarkupFormat">markup format</link>) to create - * a plaintext string and an attribute list. + * a plain-text string and an attribute list. * * If @accel_marker is nonzero, the given character will mark the - * character following it as an accelerator. For example, the accel - * marker might be an ampersand or underscore. All characters marked + * character following it as an accelerator. For example, @accel_marker + * might be an ampersand or underscore. All characters marked * as an accelerator will receive a %PANGO_UNDERLINE_LOW attribute, * and the first character so marked will be returned in @accel_char. * Two @accel_marker characters following each other produce a single |