summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/disptype.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/disptype.h')
-rw-r--r--mimelib/mimelib/disptype.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mimelib/mimelib/disptype.h b/mimelib/mimelib/disptype.h
index ad12e8c4..e1e90b3b 100644
--- a/mimelib/mimelib/disptype.h
+++ b/mimelib/mimelib/disptype.h
@@ -73,15 +73,15 @@ public:
DwDispositionType(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwDispositionType} object's string representation to the empty
- //. string and sets its tqparent to {\tt NULL}.
+ //. string and sets its parent to {\tt NULL}.
//.
//. The second constructor is the copy constructor, which performs
//. deep copy of {\tt aDispType}.
- //. The tqparent of the new {\tt DwDispositionType} object is set to
+ //. The parent of the new {\tt DwDispositionType} object is set to
//. {\tt NULL}.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwDispositionType}
- //. object's string representation and sets {\tt aParent} as its tqparent.
+ //. object's string representation and sets {\tt aParent} as its parent.
//. The virtual member function {\tt Parse()} should be called immediately
//. after this constructor in order to parse the string representation.
//. Unless it is {\tt NULL}, {\tt aParent} should point to an object of
@@ -91,7 +91,7 @@ public:
const DwDispositionType& operator = (const DwDispositionType& aDispType);
//. This is the assignment operator, which performs a deep copy of
- //. {\tt aDispType}. The tqparent node of the {\tt DwDipositionType}
+ //. {\tt aDispType}. The parent node of the {\tt DwDipositionType}
//. object is not changed.
virtual void Parse();
@@ -109,7 +109,7 @@ public:
//. It should be called whenever one of the object's attributes
//. is changed in order to assemble the string representation from
//. its broken-down representation. It will be called
- //. automatically for this object by the tqparent object's
+ //. automatically for this object by the parent object's
//. {\tt Assemble()} member function if the is-modified flag is set.
//.
//. This function clears the is-modified flag.