From 7230abb635e4f43db3d61821ed671486ee71d922 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 13 Aug 2011 13:14:31 +0200 Subject: [PATCH] Fix typo --- src/views/versioncontrol/pendingthreadsmaintainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3