summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/headers.h')
-rw-r--r--mimelib/mimelib/headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/headers.h b/mimelib/mimelib/headers.h
index 6598cc52..a2011776 100644
--- a/mimelib/mimelib/headers.h
+++ b/mimelib/mimelib/headers.h
@@ -87,7 +87,7 @@ class DwText;
//.
//. In the tree (broken-down) representation of a message, a {\tt DwHeaders}
//. object is an intermediate node, having both a tqparent node and several
-//. child nodes. The tqparent node is the {\tt DwEntity} object that tqcontains
+//. child nodes. The tqparent node is the {\tt DwEntity} object that contains
//. it. The child nodes are the {\tt DwField} objects in the list it manages.
//. (See the man page for {\tt DwMessageComponent} for a discussion of
//. the tree representation of a message.)
@@ -97,7 +97,7 @@ class DwText;
//. which creates the {\tt DwHeaders} object for you.
//.
//. While {\tt DwHeaders} has public member functions for managing the list
-//. of {\tt DwField} objects it tqcontains, you will normally use convenience
+//. of {\tt DwField} objects it contains, you will normally use convenience
//. functions to access the field bodies of the header fields directly.
//. You can access the field body for a specific well-known header field
//. by using the member function {\tt <Field>()}, where {\tt <Field>} is