From 0315bb20ce9660b92118df816d07f94adbd47ad3 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 31 Mar 2009 18:11:55 +0200 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 83823dcf7..dd316dd31 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -535,7 +535,7 @@ FT_BEGIN_HEADER /* */ /* For example, if you want to access Unicode value U+1F028 (and */ /* the font contains it), use value 0x1F028 as the input value for */ - /* @FT_Get_Char_index. */ + /* @FT_Get_Char_Index. */ /* */ /* FT_ENCODING_MS_SYMBOL :: */ /* Corresponds to the Microsoft Symbol encoding, used to encode */