summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/msgcmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/msgcmp.h')
-rw-r--r--mimelib/mimelib/msgcmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h
index c9e6707e..cc2cefb2 100644
--- a/mimelib/mimelib/msgcmp.h
+++ b/mimelib/mimelib/msgcmp.h
@@ -98,7 +98,7 @@
//. A collection of headers is part of a message or body part, a header
//. field is part of a collection of headers, a field-body is part
//. of a header field, and so on. The parent of
-//. a component is the component that contains it. This tree structure
+//. a component is the component that tqcontains it. This tree structure
//. is important, since a component's parent must be parsed before the
//. component can be. Also, a component's string representation must
//. be assembled before its parent's. To maintain consistency in the
@@ -269,7 +269,7 @@ protected:
// Is-modified flag
DwMessageComponent* mParent;
- // Component that contains this component
+ // Component that tqcontains this component
componentType mClassId;
// Class identifier for runtime type identification