From 051a3c7b9a9b9064cf0a9fc8a2a32e6114f103ec Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 20 Jan 2021 22:35:34 +0200 Subject: [PATCH] [docs] Fix typo --- src/hb-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-font.cc b/src/hb-font.cc index a83618596..37a0e7fe8 100644 --- a/src/hb-font.cc +++ b/src/hb-font.cc @@ -1175,7 +1175,7 @@ hb_font_get_glyph_from_name (hb_font_t *font, * hb_font_get_extents_for_direction: * @font: #hb_font_t to work upon * @direction: The direction of the text segment - * @extents: (out): The #hb_glyph_extents_t retrieved + * @extents: (out): The #hb_font_extents_t retrieved * * Fetches the extents for a font in a text segment of the * specified direction.