From 381ac2fd78220b0ab521cfb0cc5b5f850e5c3964 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Jan 2023 17:48:09 -0500 Subject: [PATCH] docs: Fix a typo --- src/hb-face.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-face.cc b/src/hb-face.cc index 79ca02fce..bfe130591 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -600,7 +600,7 @@ hb_face_collect_unicodes (hb_face_t *face, * @unicodes: (nullable) (out): The set to add Unicode characters to, or %NULL * * Collects the mapping from Unicode characters to nominal glyphs of the @face, - * and optionall all of the Unicode characters covered by @face. + * and optionally all of the Unicode characters covered by @face. * * Since: REPLACEME */