┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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