]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix typo
authorPeter Penz <peter.penz19@gmail.com>
Sat, 13 Aug 2011 11:14:31 +0000 (13:14 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 13 Aug 2011 11:14:31 +0000 (13:14 +0200)
src/views/versioncontrol/pendingthreadsmaintainer.h

index 63a198b8d4cf6b98d00e8572412410e74d278651..b529a5667ea88ff6bcc13e4dd6487f926940b78b 100644 (file)
@@ -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