Fix typos

See gh-2019
This commit is contained in:
Hanope
2018-11-19 12:43:58 +09:00
committed by Stephane Nicoll
parent 729ce4108d
commit bfb49c7249
76 changed files with 137 additions and 137 deletions

View File

@@ -38,7 +38,7 @@ public interface DestinationResolvingMessageRequestReplyOperations<D> extends Me
* Resolve the given destination name to a destination and send the given message,
* receive a reply and return it.
* @param destinationName the name of the target destination
* @param requestMessage the mesage to send
* @param requestMessage the message to send
* @return the received message, possibly {@code null} if the message could not
* be received, for example due to a timeout
*/