This commit is contained in:
Matthias Clasen 2023-02-28 20:16:39 -05:00 committed by Behdad Esfahbod
parent 2d33a6b4df
commit 01d34763f0
1 changed files with 1 additions and 1 deletions

View File

@ -2658,7 +2658,7 @@ hb_font_set_variations (hb_font_t *font,
* Change the value of one variation axis on the font. * Change the value of one variation axis on the font.
* *
* Note: This function is expensive to be called repeatedly. * Note: This function is expensive to be called repeatedly.
* If you want to set multipl variation axes at the same time, * If you want to set multiple variation axes at the same time,
* use hb_font_set_variations() instead. * use hb_font_set_variations() instead.
* *
* XSince: REPLACEME * XSince: REPLACEME