From 02dec617310dee3e79eb9488cc4d8a8b75f304b0 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sun, 18 Apr 2021 10:24:31 -0400 Subject: [PATCH] Typo. --- include/freetype/ftcache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h index bf328f45e..70399a328 100644 --- a/include/freetype/ftcache.h +++ b/include/freetype/ftcache.h @@ -86,8 +86,8 @@ FT_BEGIN_HEADER * later use @FTC_CMapCache_Lookup to perform the equivalent of * @FT_Get_Char_Index, only much faster. * - * If you want to use the @FT_Glyph caching, call @FTC_ImageCache, then - * later use @FTC_ImageCache_Lookup to retrieve the corresponding + * If you want to use the @FT_Glyph caching, call @FTC_ImageCache_New, + * then later use @FTC_ImageCache_Lookup to retrieve the corresponding * @FT_Glyph objects from the cache. * * If you need lots of small bitmaps, it is much more memory efficient to