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:
Gregory John Casamento 2012-07-12 23:13:50 +00:00
parent 855876d49b
commit 469b95d0e3
2 changed files with 6 additions and 1 deletions

View file

@ -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
}