From 779c8c4050c11f5afa387d4f2a27650a7cd2a7fc Mon Sep 17 00:00:00 2001 From: Nikhil Ramakrishnan Date: Mon, 18 Jun 2018 15:17:13 +0530 Subject: [PATCH] Some more minor doc fixes. --- include/freetype/ftcache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h index 03233eb59..5dedb52c0 100644 --- a/include/freetype/ftcache.h +++ b/include/freetype/ftcache.h @@ -30,13 +30,13 @@ FT_BEGIN_HEADER /************************************************************************* * * @section: - * cache_subsystem + * cache_subsystem * * @title: - * Cache Sub-System + * Cache Sub-System * * @abstract: - * How to cache face, size, and glyph data with FreeType~2. + * How to cache face, size, and glyph data with FreeType~2. * * @description: * This section describes the FreeType~2 cache sub-system, which is used