diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-06-22 08:13:33 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-06-22 08:13:33 -0400 |
commit | 747fbdb28b7f10265ff1bbbbc456163a3d2506b1 (patch) | |
tree | ec78be42ecf7c854cfa94e54a2c05dbe009eef9b /pango/fonts.c | |
parent | 9732a98819e83ea3b9d20c06181a946711d2f54d (diff) | |
download | pango-747fbdb28b7f10265ff1bbbbc456163a3d2506b1.tar.gz |
Minor documentation update
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 6b7d9495..723b7f7b 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1080,7 +1080,7 @@ parse_size (const char *word, * Creates a new font description from a string representation in the * form "[FAMILY-LIST] [STYLE-OPTIONS] [SIZE]", where FAMILY-LIST is a * comma separated list of families optionally terminated by a comma, - * STYLE_OPTIONS is a whitespace separated list of words where each WORD + * STYLE_OPTIONS is a whitespace separated list of words where each word * describes one of style, variant, weight, stretch, or gravity, and SIZE * is a decimal number (size in points) or optionally followed by the * unit modifier "px" for absolute size. Any one of the options may |