diff options
| author | Peter Penz <[email protected]> | 2011-08-13 13:14:31 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-08-13 13:14:31 +0200 |
| commit | 7230abb635e4f43db3d61821ed671486ee71d922 (patch) | |
| tree | 4fa54cb93337a8a20eb897ed28e657cdb2620381 /src | |
| parent | 917619f52a74f50889f5a0c66c47d3942cf2d9cc (diff) | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/views/versioncontrol/pendingthreadsmaintainer.h | 2 |
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 |
