summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/field.h')
-rw-r--r--mimelib/mimelib/field.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mimelib/mimelib/field.h b/mimelib/mimelib/field.h
index 70f58466..eac95494 100644
--- a/mimelib/mimelib/field.h
+++ b/mimelib/mimelib/field.h
@@ -52,8 +52,8 @@ class DwFieldBody;
//.
//. In the tree (broken-down) representation of message, a {\tt DwField}
//. object is always an intermediate node, having a tqparent node and a single
-//. child node. The tqparent node is the {\tt DwHeaders} object that tqcontains
-//. it. The child node is the {\tt DwFieldBody} object it tqcontains.
+//. child node. The tqparent node is the {\tt DwHeaders} object that contains
+//. it. The child node is the {\tt DwFieldBody} object it contains.
//.
//. To get and set the field name, use the member functions
//. {\tt FieldNameStr()} and {\tt SetFieldNameStr()}.
@@ -190,7 +190,7 @@ public:
//. {\tt DwFieldBody} object for this particular field. A typical
//. scenario might go as follows:
//. This member function examines the field name for this field,
- //. finds that it tqcontains "To", creates a {\tt DwAddressList} object
+ //. finds that it contains "To", creates a {\tt DwAddressList} object
//. to contain the field body, calls the {\tt Parse()} member
//. function for the {\tt DwAddressList}, and sets the {\tt DwAddressList}
//. object as this {\tt DwField} object's {\tt DwFieldBody}.