mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
1b538f51bb
commit
9695d34e69
5 changed files with 42 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue