From c9dd5ac64edb3bd6553e322cd25936b23d732b12 Mon Sep 17 00:00:00 2001 From: CaS Date: Mon, 25 Nov 2002 18:18:18 +0000 Subject: [PATCH] Minor documentation fixes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15100 72102866-910b-0410-8b05-ffd578937521 --- Source/Additions/GSMime.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Additions/GSMime.m b/Source/Additions/GSMime.m index 96289de3b..17548253c 100644 --- a/Source/Additions/GSMime.m +++ b/Source/Additions/GSMime.m @@ -599,7 +599,7 @@ wordData(NSString *word) *

*

* On completion of parsing a valid document, the - * [GSMimeDocument-mimeDocument] method returns the + * [GSMimeParser-mimeDocument] method returns the * resulting parsed document. *

*/ @@ -3657,7 +3657,7 @@ static NSCharacterSet *tokenSet = nil; * Create new content ID header, set it as the content ID of the document * and return it.
* This is a convenience method which simply places angle brackets around - * an [NSProcessInfo+globallyUniqueString] to form the header value. + * an [NSProcessInfo-globallyUniqueString] to form the header value. */ - (GSMimeHeader*) makeContentID { @@ -3677,7 +3677,7 @@ static NSCharacterSet *tokenSet = nil; * Create new message ID header, set it as the message ID of the document * and return it.
* This is a convenience method which simply places angle brackets around - * an [NSProcessInfo+globallyUniqueString] to form the header value. + * an [NSProcessInfo-globallyUniqueString] to form the header value. */ - (GSMimeHeader*) makeMessageID {