From: Peter Penz Date: Sat, 13 Aug 2011 11:14:31 +0000 (+0200) Subject: Fix typo X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/7230abb635e4f43db3d61821ed671486ee71d922 Fix typo --- 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