summaryrefslogtreecommitdiff
path: root/pango/pango-font.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-28 19:28:47 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-07-28 19:28:47 +0000
commita05c3549709b92294194c335cb7d5190f14359bf (patch)
tree061d710b42cf9011ebb438286f0ee654f650000f /pango/pango-font.h
parentf691d511c96bdf7efb1535e45d850b5474d45767 (diff)
parent28f114a7ce192cab85b0bfd94907f6e62a9c279f (diff)
downloadpango-a05c3549709b92294194c335cb7d5190f14359bf.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
docs: Remove an oddity See merge request GNOME/pango!633
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r--pango/pango-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 350e4e29..9fc63b37 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -115,7 +115,7 @@ typedef enum {
* @PANGO_WEIGHT_SEMILIGHT: the semilight weight (= 350) Since: 1.36.7
* @PANGO_WEIGHT_BOOK: the book weight (= 380) Since: 1.24)
* @PANGO_WEIGHT_NORMAL: the default weight (= 400)
- * @PANGO_WEIGHT_MEDIUM: the normal weight (= 500) Since: 1.24
+ * @PANGO_WEIGHT_MEDIUM: the medium weight (= 500) Since: 1.24
* @PANGO_WEIGHT_SEMIBOLD: the semibold weight (= 600)
* @PANGO_WEIGHT_BOLD: the bold weight (= 700)
* @PANGO_WEIGHT_ULTRABOLD: the ultrabold weight (= 800)