From bca740d5667930017640e2111f1ea113951bf54d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 26 Dec 2020 08:55:49 +0100 Subject: [PATCH] Typo. --- include/freetype/freetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 8a441744d..313dd21d1 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -3277,7 +3277,7 @@ FT_BEGIN_HEADER * from the center of the pixel and are positive if they are filled by * the outline (i.e., inside the outline) and negative otherwise. The * output bitmap buffer is represented as 6.10 fixed-point values; use - * @FT_6Dot10 and convert accordingly. + * @FT_F6Dot10 and convert accordingly. * * @note: * The selected render mode only affects vector glyphs of a font.