mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
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:
parent
bb271d0efd
commit
209cee49f5
3 changed files with 38 additions and 32 deletions
|
@ -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>
|
2011-02-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source\NSCalendarDate.m:
|
* Source\NSCalendarDate.m:
|
||||||
|
|
|
@ -618,7 +618,7 @@ replacementForClass(Class c)
|
||||||
|
|
||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
NSDebugLLog(@"KVC", @"class %@ not KVC complient for %@",
|
NSDebugLLog(@"KVC", @"class %@ not KVC compliant for %@",
|
||||||
original, aKey);
|
original, aKey);
|
||||||
/*
|
/*
|
||||||
[NSException raise: NSInvalidArgumentException
|
[NSException raise: NSInvalidArgumentException
|
||||||
|
|
|
@ -981,7 +981,7 @@ static BOOL setSharedDefaults = NO; /* Flag to prevent infinite recursion */
|
||||||
{
|
{
|
||||||
desc = [NSMutableString stringWithFormat: @"%@", [super description]];
|
desc = [NSMutableString stringWithFormat: @"%@", [super description]];
|
||||||
[desc appendFormat: @" SearchList: %@", _searchList];
|
[desc appendFormat: @" SearchList: %@", _searchList];
|
||||||
[desc appendFormat: @" Persistant: %@", _persDomains];
|
[desc appendFormat: @" Persistent: %@", _persDomains];
|
||||||
[desc appendFormat: @" Temporary: %@", _tempDomains];
|
[desc appendFormat: @" Temporary: %@", _tempDomains];
|
||||||
[_lock unlock];
|
[_lock unlock];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue