From 4f6dc7dcc7797e46b3ba113ef0905af36b7ff183 Mon Sep 17 00:00:00 2001 From: rfm Date: Tue, 11 Jan 2011 13:54:50 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31877 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 007f2d0ce..7e2be5e5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2011-01-11 Richard Frith-Macdonald - * Source/NSString.m: ([-stringByStandardizingPath:]) Fix bug when + * Source/NSString.m: ([-stringByStandardizingPath]) Fix bug when dealing with three or more separators at the start of a path ... should condense them to a single separator. Thanks to Robert Slover for pointing this out.