mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14582 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
53c62ab401
commit
12a51b603f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-09-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSMime.m: Fix typo.
|
||||
|
||||
Thu Sep 26 01:28:33 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Tools/make_strings/GNUmakefile: Do not include ctool.make.
|
||||
|
|
|
@ -3911,7 +3911,7 @@ static NSCharacterSet *tokenSet = nil;
|
|||
GSMimeHeader *hdr;
|
||||
NSString *val;
|
||||
|
||||
if ([type isEqualToString: @"multi-part"] == NO
|
||||
if ([type isEqualToString: @"multipart"] == NO
|
||||
&& [content isKindOfClass: [NSArray class]] == YES)
|
||||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
|
|
Loading…
Reference in a new issue