aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java')
-rw-r--r--messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java b/messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java
index a4b5422d502..1f5d60a630a 100644
--- a/messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java
+++ b/messagebus/src/main/java/com/yahoo/messagebus/DestinationSession.java
@@ -57,7 +57,7 @@ public final class DestinationSession implements MessageHandler {
}
/**
- * Convenience method for acknowledging a message for its sender.
+ * Conveniece method for acknowledging a message back to the sender.
*
* This is equivalent to:
* <pre>
@@ -69,7 +69,7 @@ public final class DestinationSession implements MessageHandler {
* Messages should be acknowledged when
* <ul>
* <li>this destination has safely and permanently applied the message, or
- * <li>an intermediate determines that the purpose of the message is fulfilled without forwarding the message.
+ * <li>an intermediate determines that the purpose of the message is fullfilled without forwarding the message
* </ul>
*
* @param msg The message to acknowledge back to the sender.
@@ -82,8 +82,8 @@ public final class DestinationSession implements MessageHandler {
}
/**
- * Sends a reply to a message. The reply will propagate back to the original sender, preferring the same route as it
- * used to reach the destination.
+ * Sends a reply to a message. The reply will propagate back to the original sender, prefering the same route as it
+ * used to reach the detination.
*
* @param reply The reply, created from the message this is a reply to.
*/