From 1e259deda2d8840b3e8465419c431d2a06c17572 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 8 Mar 2007 15:39:21 +0000 Subject: [PATCH] Fix ChangeLog; fix source code comment. --- ChangeLog | 6 +++--- src/base/ftobjs.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 629242617..425dcb9f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2007-03-08 David Turner - * src/base/ftutil.c (ft_mem_strcpyn): fix a silly bug that prevented - the function to work properly, over-writing user-provided buffers in - some cases. Doh ! + * src/base/ftutil.c (ft_mem_strcpyn): Fix a bug that prevented the + function to work properly, over-writing user-provided buffers in + some cases. Reported by James Cloos . 2007-03-05 Werner Lemberg diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c index b80708d4d..f6fb466aa 100644 --- a/src/base/ftobjs.c +++ b/src/base/ftobjs.c @@ -922,7 +922,7 @@ */ /* Since the `interesting' table, with IDs (3,10), is normally the */ - /* last one, we loop backwards. This looses with type1 fonts with */ + /* last one, we loop backwards. This loses with type1 fonts with */ /* non-BMP characters (<.0001%), this wins with .ttf with non-BMP */ /* chars (.01% ?), and this is the same about 99.99% of the time! */