X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6..5fda94ac3d246037758dab959b3dfc9a071ccc26:/examples/deprecated/java/dht/kademlia/Node.java diff --git a/examples/deprecated/java/dht/kademlia/Node.java b/examples/deprecated/java/dht/kademlia/Node.java index f7552d4bf5..6b0ca58bb6 100644 --- a/examples/deprecated/java/dht/kademlia/Node.java +++ b/examples/deprecated/java/dht/kademlia/Node.java @@ -80,7 +80,7 @@ public class Node extends Process { Msg.debug("Caught exception: " + e); } } - Msg.info(findNodeSuccedded + "/" + (findNodeSuccedded + findNodeFailed) + " FIND_NODE have succedded."); + Msg.info(findNodeSuccedded + "/" + (findNodeSuccedded + findNodeFailed) + " FIND_NODE have succeeded."); } /** @@ -218,7 +218,7 @@ public class Node extends Process { if (counts) { findNodeSuccedded++; } - Msg.debug("Find node on " + destination + " succedded"); + Msg.debug("Find node on " + destination + " succeeded"); } else { Msg.debug("Find node on " + destination + " failed"); Msg.debug("Queried " + queries + " nodes to find " + destination); @@ -259,7 +259,7 @@ public class Node extends Process { } /** - * @brief Handles an incomming task + * @brief Handles an incoming task * @param task The task we need to handle */ public void handleTask(Task task) {