From d368c7545e8da3ff3b7c4bf945ea0027ca55f843 Mon Sep 17 00:00:00 2001 From: nicola Date: Thu, 5 Feb 2009 14:11:01 +0000 Subject: [PATCH] Fixed couple of typos in recent ChangeLog entries git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27794 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23c66321e..5af9e90b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,12 +43,12 @@ 2009-02-04 David Chisnall - * Source/GSArray.m: Firther fast enumeration bugfixes. + * Source/GSArray.m: Further fast enumeration bugfixes. * Source/GSEnumerator.m: ditto. 2009-02-03 Richard Frith-Macdonald - * Source/NSZone.m: restore binary compatibility with earlier code. + * Source/NSZone.m: Restore binary compatibility with earlier code. Thanks to David Chisnall for the idea. 2009-01-30 Richard Frith-Macdonald