aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);