Author: j16sdiz
Date: 2008-09-08 12:36:40 +0000 (Mon, 08 Sep 2008)
New Revision: 22559

Modified:
   trunk/freenet/src/freenet/node/NetworkIDManager.java
Log:
typo

Modified: trunk/freenet/src/freenet/node/NetworkIDManager.java
===================================================================
--- trunk/freenet/src/freenet/node/NetworkIDManager.java        2008-09-08 
12:07:20 UTC (rev 22558)
+++ trunk/freenet/src/freenet/node/NetworkIDManager.java        2008-09-08 
12:36:40 UTC (rev 22559)
@@ -371,7 +371,7 @@
        }

        //Directional lists of reachability, a "Map of Maps" of peers to 
pingRecords.
-       //This is asymetric; so recordsByPeer.get(a).get(b) [i.e. a's 
reachability through peer b] may not
+       //This is asymmetric; so recordsByPeer.get(a).get(b) [i.e. a's 
reachability through peer b] may not
        //be nearly the same as recordsByPeer.get(b).get(a) [i.e. b's 
reachability through peer a].
        private HashMap recordMapsByPeer=new HashMap();

@@ -880,7 +880,7 @@
                 As a side effect, unanimous is set if there is only one 
network id for all peers in this group.

                 @param probabilistic if true, may return any id from the set 
with increased probability towards the greater consensus.
-                @todo should be explict or weighted towards most-successful 
(not necessarily just 'consensus')
+                @todo should be explicit or weighted towards most-successful 
(not necessarily just 'consensus')
                 */
                int getConsensus(boolean probabilistic) {
                        HashMap h=new HashMap();


Reply via email to