From 30ee7a21e174e56a2f9caf750e666d16f002247a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 28 Jan 2023 21:48:16 -0700 Subject: [PATCH] [font] Typo --- src/hb-ot-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc index df5ee6c57..3bd5a4313 100644 --- a/src/hb-ot-font.cc +++ b/src/hb-ot-font.cc @@ -101,7 +101,7 @@ _hb_ot_font_create (hb_font_t *font) /* Normally we would retry after this, but that would * infinite-loop if the face is the empty-face. * Just let it go and this font will be uncached if it - * happened to collide with anothe thread creating the + * happened to collide with another thread creating the * cache at the same time. */ hb_free (cmap_cache); cmap_cache = nullptr;