summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 13:43:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 13:43:04 -0600
commit123494ee0e1edfee0ed1cd44c86e67dd6c94666f (patch)
treebeba8df10db5d7c00d6dcdcfa083d996077603bf /kmail
parentd318087925a540a204c9d3820d5a09fbda58b8b2 (diff)
downloadtdepim-123494ee0e1edfee0ed1cd44c86e67dd6c94666f.tar.gz
tdepim-123494ee0e1edfee0ed1cd44c86e67dd6c94666f.zip
Fix unintended renaming
Diffstat (limited to 'kmail')
-rw-r--r--kmail/jobscheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/jobscheduler.cpp b/kmail/jobscheduler.cpp
index 2129490b..d5374fe4 100644
--- a/kmail/jobscheduler.cpp
+++ b/kmail/jobscheduler.cpp
@@ -46,7 +46,7 @@ JobScheduler::JobScheduler( TQObject* parent, const char* name )
JobScheduler::~JobScheduler()
{
- // delete tasks in tastdelist (no autodelete for TQValueList)
+ // delete tasks in tasklist (no autodelete for TQValueList)
for( TaskList::Iterator it = mTaskList.begin(); it != mTaskList.end(); ++it ) {
delete (*it);
}