mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
88792e906b
commit
0b3c0a67e4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSKeyedArchiver.m: Fix typo ... superClass should be
|
||||
superclass
|
||||
|
||||
2005-06-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSHTTPURLHandle.m:
|
||||
|
|
|
@ -362,7 +362,7 @@ static NSDictionary *makeReference(unsigned ref)
|
|||
hierarchy = [NSMutableArray new];
|
||||
while (c != 0)
|
||||
{
|
||||
Class next = [c superClass];
|
||||
Class next = [c superclass];
|
||||
|
||||
[hierarchy addObject: NSStringFromClass(c)];
|
||||
if (next == c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue