install man pages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-05-11 07:42:16 +00:00
parent ee2cd8cc4c
commit 3cff27ca8e
5 changed files with 27 additions and 1 deletions

View file

@ -3993,7 +3993,7 @@ static NSCharacterSet *tokenSet = nil;
if ([v isEqual: [type parameterForKey: @"type"]] == NO)
{
[NSException raise: NSInvalidArgumentException
format: @"mutipart/related 'type' (%@) does not match "
format: @"multipart/related 'type' (%@) does not match "
@"that of the 'start' part (%@)",
[type parameterForKey: @"type"], v];
}