summaryrefslogtreecommitdiffstats
path: root/kmail/objecttreeparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/objecttreeparser.cpp')
-rw-r--r--kmail/objecttreeparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/objecttreeparser.cpp b/kmail/objecttreeparser.cpp
index db27f7f5..b3d9c74b 100644
--- a/kmail/objecttreeparser.cpp
+++ b/kmail/objecttreeparser.cpp
@@ -211,7 +211,7 @@ namespace KMail {
partNode* parentNode = &startNode;
partNode* newNode = new partNode(false, myBody);
- // Build the object tree of the new node before setting the tqparent, as otherwise
+ // Build the object tree of the new node before setting the parent, as otherwise
// buildObjectTree() would erronously modify the parents as well
newNode->buildObjectTree( false );