summaryrefslogtreecommitdiffstats
path: root/plugins/stats/PeerMonitor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stats/PeerMonitor.cc')
-rw-r--r--plugins/stats/PeerMonitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats/PeerMonitor.cc b/plugins/stats/PeerMonitor.cc
index 935efda..8a903c3 100644
--- a/plugins/stats/PeerMonitor.cc
+++ b/plugins/stats/PeerMonitor.cc
@@ -89,7 +89,7 @@ double PeerMonitor::LeechersUpSpeed()
double spd = 0.0;
//without it'll segfault/SIGABRT on stop as in meantime the iterator from
- // mPeers will be tqinvalidated
+ // mPeers will be invalidated
for( data_t::const_iterator it = mPeers.begin(); it != mPeers.end(); it++)
{