summaryrefslogtreecommitdiffstats
path: root/src/logic
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2017-03-22 11:24:42 -0400
committerAndy Maloney <asmaloney@gmail.com>2017-04-06 14:00:13 +0000
commitd9b4b28c5383a5d338a670e48aa1a4e4ba9fa3d9 (patch)
treebc7d359859651e468821be3fa08e626f05d1c4aa /src/logic
parent6729e2cf8ed26c4087b700cf883a379594d6b78f (diff)
Fix spelling in comments and docs
Change-Id: Ib93da3bc94ee43980d1190955c8c37e886c4b0fa Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/logic')
-rw-r--r--src/logic/qlogicaspect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logic/qlogicaspect.cpp b/src/logic/qlogicaspect.cpp
index 4aabf8888..04add1408 100644
--- a/src/logic/qlogicaspect.cpp
+++ b/src/logic/qlogicaspect.cpp
@@ -122,7 +122,7 @@ QVector<QAspectJobPtr> QLogicAspect::jobsToExecute(qint64 time)
d->m_manager->setDeltaTime(dt);
d->m_time = time;
- // Create jobs that will get exectued by the threadpool
+ // Create jobs that will get executed by the threadpool
QVector<QAspectJobPtr> jobs;
jobs.append(d->m_callbackJob);
return jobs;