diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-03-20 22:13:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-20 22:13:06 -0400 |
commit | 2a773323f1f7b5510ee0de7a1ea0ac8bec0e05d4 (patch) | |
tree | 78f16d0bf2d135c6dc07a1e43de1532b8baff168 /pango/pango-attributes.h | |
parent | cb599846ca8b0a7a70107932cc3b1c8abda606bd (diff) | |
download | pango-2a773323f1f7b5510ee0de7a1ea0ac8bec0e05d4.tar.gz |
Fix a typo
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index 7def13ab..09d1a69a 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -150,7 +150,7 @@ typedef struct _PangoAttrIterator PangoAttrIterator; * @PANGO_ATTR_ALLOW_BREAKS: whether breaks are allowed (#PangoAttrInt). Since 1.44 * @PANGO_ATTR_SHOW: how to render invisible characters (#PangoAttrInt). Since 1.44 * @PANGO_ATTR_INSERT_HYPHENS: whether to insert hyphens at intra-word line breaks (#PangoAttrInt). Since 1.44 - * @PANGO_ATTR_OVERLINE: whether the text has an overline (#PangoAttrInt). Sincd 1.46 + * @PANGO_ATTR_OVERLINE: whether the text has an overline (#PangoAttrInt). Since 1.46 * @PANGO_ATTR_OVERLINE_COLOR: overline color (#PangoAttrColor). Since 1.46 * * The #PangoAttrType |