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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mimelib/mimelib/datetime.h b/mimelib/mimelib/datetime.h
index d23eba0b..ef888d57 100644
--- a/mimelib/mimelib/datetime.h
+++ b/mimelib/mimelib/datetime.h
@@ -8,7 +8,7 @@
// All rights reserved.
//
// IN NO EVENT SHALL DOUGLAS W. SAUDER BE LIABLE TO ANY PARTY FOR DIRECT,
-// INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+// INDIRECT, SPECIAL, INCIDENTAL, OR CONSETQUENTIAL DAMAGES ARISING OUT OF
// THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DOUGLAS W. SAUDER
// HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
@@ -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 parent of
+ //. The second constructor is the copy constructor. The tqparent 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 parent.
+ //. object's string representation and sets {\tt aParent} as its tqparent.
//. 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 parent object's
+ //. automatically for this object by the tqparent object's
//. {\tt Assemble()} member function if the is-modified flag is set.
//.
//. This function clears the is-modified flag.