Author: toad
Date: 2008-03-01 21:08:07 +0000 (Sat, 01 Mar 2008)
New Revision: 18302

Modified:
   trunk/freenet/src/freenet/io/comm/DMT.java
Log:
typo

Modified: trunk/freenet/src/freenet/io/comm/DMT.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/DMT.java  2008-03-01 21:00:56 UTC (rev 
18301)
+++ trunk/freenet/src/freenet/io/comm/DMT.java  2008-03-01 21:08:07 UTC (rev 
18302)
@@ -171,7 +171,7 @@
        }
        
        public static int bulkPacketTransmitSize(int size) {
-               return size + 8 /* uid */ + 4 /* packet# */ + 4 /* Message 
hader */;
+               return size + 8 /* uid */ + 4 /* packet# */ + 4 /* Message 
header */;
        }
        
        //This is of priority BULK_DATA to cut down on suprious resend 
requests, it will be queued after the packets it represents

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to