mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix typo in method name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce8bc929ab
commit
32e5351974
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Interface for NSArchiver for GNUStep
|
||||
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>
|
||||
Date: March 1995
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
/* Substituting Classes */
|
||||
+ (NSString*) classNameEncodedForTrueClassName: (NSString*) trueName;
|
||||
- (void) enocdeClassName: (NSString*)trueName
|
||||
- (void) encodeClassName: (NSString*)trueName
|
||||
intoClassName: (NSString*)inArchiveName;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue