aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-14 11:01:20 +0000
committerVincent Richard <[email protected]>2005-10-14 11:01:20 +0000
commit26cad9e25864a4b40683e2c17d413100fae36781 (patch)
treec621d39f9451f2a2bf583f9b9b462adb30ca8d3d
parentAdded 'attachmentHelper'. (diff)
downloadvmime-26cad9e25864a4b40683e2c17d413100fae36781.tar.gz
vmime-26cad9e25864a4b40683e2c17d413100fae36781.zip
Fixed a mistake in the getBodyPartAttachment() function comment.
-rw-r--r--vmime/attachmentHelper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/attachmentHelper.hpp b/vmime/attachmentHelper.hpp
index 6316962f..0e8d81d8 100644
--- a/vmime/attachmentHelper.hpp
+++ b/vmime/attachmentHelper.hpp
@@ -57,7 +57,7 @@ public:
* information (ie. is not an attachment), NULL is returned.
*
* @param part message part in which to search
- * @return a list of attachments found
+ * @return attachment found in the part, or NULL
*/
static ref <const attachment>
getBodyPartAttachment(ref <const bodyPart> part);