┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-08-13 13:14:31 +0200
committerPeter Penz <[email protected]>2011-08-13 13:14:31 +0200
commit7230abb635e4f43db3d61821ed671486ee71d922 (patch)
tree4fa54cb93337a8a20eb897ed28e657cdb2620381 /src
parent917619f52a74f50889f5a0c66c47d3942cf2d9cc (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/views/versioncontrol/pendingthreadsmaintainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/versioncontrol/pendingthreadsmaintainer.h b/src/views/versioncontrol/pendingthreadsmaintainer.h
index 63a198b8d..b529a5667 100644
--- a/src/views/versioncontrol/pendingthreadsmaintainer.h
+++ b/src/views/versioncontrol/pendingthreadsmaintainer.h
@@ -30,7 +30,7 @@ class QTimer;
* TODO: Replace the PendingThreadMaintainer by a kind of
* VersionControlThreadFactory that is responsible for creating
* and deleting the threads. This would bypass the hack to poll
- * for for pending threads.
+ * for pending threads.
*
* If the creator of a thread gets deleted, although the thread is still
* working, usually QThread::wait() is invoked. The drawback of this