Author: nextgens
Date: 2008-08-26 08:35:40 +0000 (Tue, 26 Aug 2008)
New Revision: 22170
Modified:
trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
typo
Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-08-26
08:34:14 UTC (rev 22169)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-08-26
08:35:40 UTC (rev 22170)
@@ -204,7 +204,7 @@
private InputStream currentIS;
/** Keep a link to the current OutputStream to know
when to reset the stream */
private OutputStream currentOS;
- /** Keep a counter to know where we are on the stream
(usefull when we have to reset and skip) */
+ /** Keep a counter to know where we are on the stream
(useful when we have to reset and skip) */
private long index = 0;
/** Will change if a new OutputStream is openned: used
to detect deprecation */
private final short idx;