summaryrefslogtreecommitdiff
path: root/ChangeLog.26
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2017-01-18 23:12:31 -0500
committerAlexei Podtelezhnikov <apodtele@gmail.com>2017-01-18 23:12:31 -0500
commit236bbdbef95a812c698640dc0131367c96bd0bc3 (patch)
tree34bcf02afe6be79b2fe39729d19b1116d1693f99 /ChangeLog.26
parentca472220a446dcd2d5da7fd8f11ae9b99cf715ff (diff)
downloadfreetype2-236bbdbef95a812c698640dc0131367c96bd0bc3.tar.gz
Typos.
Diffstat (limited to 'ChangeLog.26')
-rw-r--r--ChangeLog.266
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.26 b/ChangeLog.26
index f5679e7d9..274f15179 100644
--- a/ChangeLog.26
+++ b/ChangeLog.26
@@ -324,7 +324,7 @@
2016-06-20 Alexei Podtelezhnikov <apodtele@gmail.com>
- [smooth] Sanitize memory managenent.
+ [smooth] Sanitize memory management.
* src/smooth/ftgrays.c (gray_convert_glyph): Cleaned up.
@@ -434,7 +434,7 @@
* src/truetype/ttinterp.c (Ins_SHPIX): Allow SHPIX to move points in
the twilight zone. Otherwise, treat SHPIX the same as DELTAP.
Unbreaks various fonts such as older versions of Rokkitt and DTL
- Argo T Light that would glitch severly after calling ALIGNRP after a
+ Argo T Light that would glitch severely after calling ALIGNRP after a
blocked SHPIX.
2016-05-30 Werner Lemberg <wl@gnu.org>
@@ -979,7 +979,7 @@
* src/smooth/ftgrays.c (gray_render_conic, gray_render_cubic): Move
band clipping from here.
(gray_conic_to, gray_cubic_to): ... to here.
- (gray_rander_line, gray_render_scanline): Initialize variables closer
+ (gray_render_line, gray_render_scanline): Initialize variables closer
to their use.
2016-03-17 Alexei Podtelezhnikov <apodtele@gmail.com>