summaryrefslogtreecommitdiff
path: root/ChangeLog.24
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2016-04-07 01:29:44 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2016-04-07 01:29:44 -0400
commitbbb60965f9ff1d661f063e4f1f220186620dd85c (patch)
tree24ea550f4419c6f4caa98cb052363bca19dfd77a /ChangeLog.24
parentbf8f100d2c46ccc04ed8cea8668d88c0f6c37317 (diff)
downloadfreetype2-bbb60965f9ff1d661f063e4f1f220186620dd85c.tar.gz
Typos.
Diffstat (limited to 'ChangeLog.24')
-rw-r--r--ChangeLog.2410
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog.24 b/ChangeLog.24
index 3a4abe290..188a11009 100644
--- a/ChangeLog.24
+++ b/ChangeLog.24
@@ -2798,7 +2798,7 @@
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): `glyph' must be
set before derefering to obtain `library'. The initialization
of `clazz', `glyph', `library' and NULL pointer check are
- reordered to minimize PIC conditonals.
+ reordered to minimize PIC conditionals.
2012-01-14 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
@@ -3261,7 +3261,7 @@
2011-09-17 Alexei Podtelezhnikov <apodtele@gmail.com>
- [smooth] Slightly optimize conic and cubic flatterners.
+ [smooth] Slightly optimize conic and cubic flatteners.
* src/smooth/ftgrays.c (gray_render_conic, gray_render_cubic): Move
out some code from the main loop to speed it up.
@@ -4756,7 +4756,7 @@
* src/bzip2/*: New files.
* src/pcf/pcf.h: s/gzip_/comp_/.
- * src/pcf/pcfdrvr.c: Include FT_BZIP2_H.
+ * src/pcf/pcfdrivr.c: Include FT_BZIP2_H.
s/gzip_/comp_/.
(PCF_Face_Init): Handle bzip2 compressed files.
@@ -4768,7 +4768,7 @@
If we encounter a space in a string then the sbit buffer is NULL,
height and width are 0s. So the check in ftc_snode_compare will
- always pass for spaces (comparision with 255). Here the comments
+ always pass for spaces (comparison with 255). Here the comments
above the condition are proper but the implementation is not. When
we create an snode I think it is the proper way to initialize the
width to 255 and then put a check for being equal to 255 in snode
@@ -5548,7 +5548,7 @@
Add reference counters and to FT_Library and FT_Face objects.
* include/freetype/freetype.h (FT_Reference_Face): New function.
- * include/freetype/ftmodapi.h (FT_Rererence_Library): New function.
+ * include/freetype/ftmodapi.h (FT_Reference_Library): New function.
* include/freetype/internal/ftobjs.h (FT_Face_InternalRec,
FT_LibraryRec): New field `refcount'.