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.