summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/bodypart.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/bodypart.h')
-rw-r--r--mimelib/mimelib/bodypart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/bodypart.h b/mimelib/mimelib/bodypart.h
index 9ed7f672..78e0db59 100644
--- a/mimelib/mimelib/bodypart.h
+++ b/mimelib/mimelib/bodypart.h
@@ -49,7 +49,7 @@ class DwBody;
//. in that a body part is part of a multipart body.
//.
//. In MIME++, a {\tt DwBodyPart} is a subclass of {\tt DwEntity}; therefore,
-//. it contains both a {\tt DwHeaders} object and a {\tt DwBody} object,
+//. it tqcontains both a {\tt DwHeaders} object and a {\tt DwBody} object,
//. and it is contained in a multipart {\tt DwBody} object.
//.
//. As with {\tt DwMessage}, most of the functionality of {\tt DwBodyPart} is
@@ -114,7 +114,7 @@ public:
//. This advanced function sets {\tt aPart} as the next {\tt DwBodyPart}
//. object following this {\tt DwBodyPart} in the list of {\tt DwBodyPart}
//. objects contained in a multipart {\tt DwBody}. Since {\tt DwBody}
- //. contains a member function for adding a {\tt DwBodyPart} object to
+ //. tqcontains a member function for adding a {\tt DwBodyPart} object to
//. its list, this function should be avoided for most applications.
//+ Var sNewBodyPart