From bfab56d3b5d2d11416375d03c7440f9d6e262f62 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 3 Mar 2023 13:14:05 +0200 Subject: [PATCH] [font] Typo --- src/hb-font.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index 1b345a944..4c8727f21 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1387,7 +1387,7 @@ hb_font_get_glyph_from_name (hb_font_t *font, /** * hb_font_get_glyph_shape: * @font: #hb_font_t to work upon - * @glyph: : The glyph ID + * @glyph: The glyph ID * @dfuncs: #hb_draw_funcs_t to draw to * @draw_data: User data to pass to draw callbacks * @@ -1409,7 +1409,7 @@ hb_font_get_glyph_shape (hb_font_t *font, /** * hb_font_draw_glyph: * @font: #hb_font_t to work upon - * @glyph: : The glyph ID + * @glyph: The glyph ID * @dfuncs: #hb_draw_funcs_t to draw to * @draw_data: User data to pass to draw callbacks *