summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/mimelib/datetime.h')
-rw-r--r--mimelib/mimelib/datetime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mimelib/mimelib/datetime.h b/mimelib/mimelib/datetime.h
index ef888d57..da7f6259 100644
--- a/mimelib/mimelib/datetime.h
+++ b/mimelib/mimelib/datetime.h
@@ -57,11 +57,11 @@ public:
//. The first constructor is the default constructor, which assigns
//. the current date and time as reported by the operating system.
//.
- //. The second constructor is the copy constructor. The tqparent of
+ //. The second constructor is the copy constructor. The parent of
//. the new {\tt DwDateTime} object is set to {\tt NULL}.
//.
//. The third constructor sets {\tt aStr} as the {\tt DwDateTime}
- //. 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 after
//. this constructor to extract the date and time information from the
//. string representation. Unless it is {\tt NULL}, {\tt aParent} should
@@ -89,7 +89,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.