Author: toad
Date: 2007-05-03 21:49:12 +0000 (Thu, 03 May 2007)
New Revision: 13134
Modified:
trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
Log:
Typo in comment
Modified: trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
2007-05-03 21:28:13 UTC (rev 13133)
+++ trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
2007-05-03 21:49:12 UTC (rev 13134)
@@ -76,7 +76,7 @@
(item==null ? "" : ("
cancelled="+item.isCancelled()+")"))+" rga.isEmpty="+rga.isEmpty());
// Just because the item is cancelled does not
necessarily mean the whole client is.
// E.g. a segment may return cancelled because it is
decoding, that doesn't mean
- // other segements are cancelled. So just go around the
loop in that case.
+ // other segments are cancelled. So just go around the
loop in that case.
if(rga.isEmpty() || (item == null)) {
if(logMINOR)
Logger.minor(this, "Removing grab array
"+x+" : "+rga+" for "+rga.getObject()+" (is empty)");