mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Fix misspelling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35288 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
855876d49b
commit
469b95d0e3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-07-12 19:26-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSFileManager.m: Correct misspelled ASSIGN which was
|
||||
causing link errors.
|
||||
|
||||
2012-07-11 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSMime.m: Don't accept documents where header lines
|
||||
|
|
|
@ -1421,7 +1421,7 @@ static NSStringEncoding defaultEncoding;
|
|||
[self changeFileAttributes: attrs atPath: destination];
|
||||
return YES;
|
||||
#else
|
||||
ASSIN(_lastError, @"Links not supported on this platform");
|
||||
ASSIGN(_lastError, @"Links not supported on this platform");
|
||||
return NO;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue