mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Fix typos etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f27f1321a
commit
a194ff886d
19 changed files with 75 additions and 53 deletions
|
@ -139,7 +139,7 @@ static NSDistributedNotificationCenter *defCenter = nil;
|
|||
if (aSelector == 0)
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"nul selector"];
|
||||
format: @"null selector"];
|
||||
}
|
||||
if (notificationName != nil &&
|
||||
[notificationName isKindOfClass: [NSString class]] == NO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue