mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 22:20:59 +00:00
([NSArchiver -encodeClassName:intoClassName:]): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2317 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
68a6584304
commit
9f15dd985f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* archiving class for serialization and persistance.
|
||||
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Created: March 1995
|
||||
|
@ -114,7 +114,7 @@ static Class NSArchiver_concrete_class;
|
|||
return [[self _concreteClass] classNameEncodedForTrueClassName: trueName];
|
||||
}
|
||||
|
||||
- (void) enocdeClassName: (NSString*)trueName
|
||||
- (void) encodeClassName: (NSString*)trueName
|
||||
intoClassName: (NSString*)inArchiveName
|
||||
{
|
||||
[self subclassResponsibility:_cmd];
|
||||
|
|
Loading…
Reference in a new issue