aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-10-22 09:37:23 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2018-10-22 09:37:23 +0200
commit8b5f6ba43fbd8948e241ee8021e375c94638e677 (patch)
tree1bf0a4c82a07f995e68040cbd024a573fa3ee6bb /messagebus
parentbdbd8194ea11cd1f2c4bf794c9c94ab8fdccfd14 (diff)
Fix spelling errors.
Diffstat (limited to 'messagebus')
-rwxr-xr-xmessagebus/src/main/java/com/yahoo/messagebus/routing/RoutingNode.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/main/java/com/yahoo/messagebus/routing/RoutingNode.java b/messagebus/src/main/java/com/yahoo/messagebus/routing/RoutingNode.java
index 0dcc1dd67fd..3049639586d 100755
--- a/messagebus/src/main/java/com/yahoo/messagebus/routing/RoutingNode.java
+++ b/messagebus/src/main/java/com/yahoo/messagebus/routing/RoutingNode.java
@@ -183,7 +183,7 @@ public class RoutingNode implements ReplyHandler {
}
/**
- * This method mergs this node as ready for merge. If it has a parent routing node, its pending member is
+ * This method markss this node as ready for merge. If it has a parent routing node, its pending member is
* decremented. If this causes the parent's pending count to reach zero, its {@link #notifyMerge()} method is
* invoked. A special flag is used to make sure that failed resending avoids notifying parents of previously
* resolved branches of the tree.
@@ -205,7 +205,7 @@ public class RoutingNode implements ReplyHandler {
/**
* This method merges the content of all its children, and invokes itself on the parent node. If not all children
- * are ready for merg, this method does nothing. The rationale for this is that the last child to receive a reply
+ * are ready for merge, this method does nothing. The rationale for this is that the last child to receive a reply
* will propagate the merge upwards. Once this method reaches the root node, the reply is either scheduled for
* resending or passed to the owning reply handler.
*/