NeXT compatibility, Typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10502 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-07-17 02:56:43 +00:00
parent 1b538f51bb
commit 9695d34e69
5 changed files with 42 additions and 23 deletions

View file

@ -76,7 +76,7 @@ static BOOL MacOSXCompatiblePropertyLists = NO;
def = [defaults objectForKey: @"NSWriteOldStylePropertyLists"];
if (def != nil && [def isKindOfClass: sClass] == YES)
{
if ([def boolBalue] == YES)
if ([def boolValue] == YES)
{
MacOSXCompatiblePropertyLists = NO;
}