From 8a16d6f1c13388e6d9ca844a309632ec583ee1a2 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 15 Sep 2019 20:43:33 +0430 Subject: [PATCH] [doc] fix minor typo --- src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 81726149e..467feaea8 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -1227,7 +1227,7 @@ hb_ot_layout_collect_lookups (hb_face_t *face, * @glyphs_output: (out): Array of glyphs that would be the substitued output of the lookup * * Fetches a list of all glyphs affected by the specified lookup in the - * specified face's GSUB table of GPOS table. + * specified face's GSUB table or GPOS table. * * Since: 0.9.7 **/