summaryrefslogtreecommitdiff
path: root/ChangeLog.23
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2016-06-20 01:09:18 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2016-06-20 01:09:18 -0400
commit6d07034609e43c4948a2b9d6043d1f9e7e1fa0c1 (patch)
tree776f6be491e18fa39ac2c21e44afda1ef622112a /ChangeLog.23
parent3c64af98ffa03312ee36809e1fe0a08cb844d4f8 (diff)
downloadfreetype2-6d07034609e43c4948a2b9d6043d1f9e7e1fa0c1.tar.gz
Typos.
Diffstat (limited to 'ChangeLog.23')
-rw-r--r--ChangeLog.232
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.23 b/ChangeLog.23
index 2910c59be..33f4233cd 100644
--- a/ChangeLog.23
+++ b/ChangeLog.23
@@ -2815,7 +2815,7 @@
ft_bitmap_glyph_class and ft_outline_glyph_class will be allocated
in the pic_container instead of the global scope and use macros from
basepic.h to access them.
- * src/base/ftbbox.c allocate bbox_interface stract on the stack
+ * src/base/ftbbox.c allocate bbox_interface struct on the stack
instead of the global scope when FT_CONFIG_OPTION_PIC is defined.
* src/base/ftstroke.c access ft_outline_glyph_class allocated in
ftglyph.c via macros from basepic.h