Fix typos.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32344 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
thebeing 2011-02-24 12:34:21 +00:00
parent bb271d0efd
commit 209cee49f5
3 changed files with 38 additions and 32 deletions

View file

@ -1,3 +1,9 @@
2011-02-24 Niels Grewe <niels.grewe@halbordnung.de>
* Source/NSUserDefaults.m
* Source/NSKeyValueObserving.m:
Fix typos.
2011-02-23 Richard Frith-Macdonald <rfm@gnu.org>
* Source\NSCalendarDate.m:

View file

@ -618,7 +618,7 @@ replacementForClass(Class c)
if (!found)
{
NSDebugLLog(@"KVC", @"class %@ not KVC complient for %@",
NSDebugLLog(@"KVC", @"class %@ not KVC compliant for %@",
original, aKey);
/*
[NSException raise: NSInvalidArgumentException

View file

@ -981,7 +981,7 @@ static BOOL setSharedDefaults = NO; /* Flag to prevent infinite recursion */
{
desc = [NSMutableString stringWithFormat: @"%@", [super description]];
[desc appendFormat: @" SearchList: %@", _searchList];
[desc appendFormat: @" Persistant: %@", _persDomains];
[desc appendFormat: @" Persistent: %@", _persDomains];
[desc appendFormat: @" Temporary: %@", _tempDomains];
[_lock unlock];
}