summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-06-22 08:13:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-06-22 08:13:33 -0400
commit747fbdb28b7f10265ff1bbbbc456163a3d2506b1 (patch)
treeec78be42ecf7c854cfa94e54a2c05dbe009eef9b
parent9732a98819e83ea3b9d20c06181a946711d2f54d (diff)
downloadpango-747fbdb28b7f10265ff1bbbbc456163a3d2506b1.tar.gz
Minor documentation update
-rw-r--r--pango/fonts.c2
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