From dc170dea33545dbbbf18bb59b316117e73275889 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 3 Jun 2018 21:23:04 +0200 Subject: [PATCH] Typos. --- include/freetype/freetype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 322680a5e..a6f0d8070 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -4062,7 +4062,7 @@ FT_BEGIN_HEADER * The glyph layer data for a given glyph slot, if present, provides an * alternative, multi-colour glyph representation: Instead of rendering * the outline or bitmap in the glyph slot, glyphs with the indices and - * colors returned in the @FT_GlyphLayer array are rendered layer by + * colors returned in the @FT_Glyph_Layer array are rendered layer by * layer. * * @input: @@ -4074,7 +4074,7 @@ FT_BEGIN_HEADER * The number of colored glyph layers for `glyph'. * * alayers :: - * An @FT_GlyphLayer array with `anum_layers' elements. NULL if there + * An @FT_Glyph_Layer array with `anum_layers' elements. NULL if there * aren't glyph layers. * * The elements are ordered in the z~direction from bottom to top; an