From 713ea8e87ca56f3ac474fb85010fd5de285d4b30 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 28 May 2013 22:37:10 +0200 Subject: [PATCH] Minor doc improvements. --- 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 ecf7ed847..4ec9587cf 100644 --- a/include/freetype/ftcache.h +++ b/include/freetype/ftcache.h @@ -370,7 +370,7 @@ FT_BEGIN_HEADER /* should never try to discard it yourself. */ /* */ /* The @FT_Face object doesn't necessarily have a current size object */ - /* (i.e., face->size can be 0). If you need a specific `font size', */ + /* (i.e., face->size can be~0). If you need a specific `font size', */ /* use @FTC_Manager_LookupSize instead. */ /* */ /* Never change the face's transformation matrix (i.e., never call */ @@ -701,7 +701,7 @@ FT_BEGIN_HEADER /* FTC_ImageCache */ /* */ /* */ - /* A handle to an glyph image cache object. They are designed to */ + /* A handle to a glyph image cache object. They are designed to */ /* hold many distinct glyph images while not exceeding a certain */ /* memory threshold. */ /* */