[font] Typo

This commit is contained in:
Behdad Esfahbod 2023-01-28 21:48:16 -07:00
parent 04056d44e2
commit 30ee7a21e1
1 changed files with 1 additions and 1 deletions

View File

@ -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;