summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/param.h')
-rw-r--r--mimelib/mimelib/param.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/mimelib/param.h b/mimelib/mimelib/param.h
index b1b7560b..c5ab6a14 100644
--- a/mimelib/mimelib/param.h
+++ b/mimelib/mimelib/param.h
@@ -62,14 +62,14 @@ public:
DwParameter(const DwString& aStr, DwMessageComponent* aParent=0);
//. The first constructor is the default constructor, which sets the
//. {\tt DwParameter} object's string representation to the empty string
- //. and sets its tqparent to NULL.
+ //. and sets its parent to NULL.
//.
//. The second constructor is the copy constructor, which copies the
//. string representation, attribute, and value from {\tt aParam}.
- //. The tqparent of the new {\tt DwParameter} object is set to NULL.
+ //. The parent of the new {\tt DwParameter} object is set to NULL.
//.
//. The third constructor copies {\tt aStr} to the {\tt DwParameter}
- //. 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 NULL, {\tt aParent} should point to an object of a class
@@ -93,7 +93,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.
virtual DwMessageComponent* Clone() const;