Fix typo in javadoc
[netconf.git] / plugins / netconf-client-mdsal / src / main / java / org / opendaylight / netconf / client / mdsal / api / RemoteDeviceCommunicator.java
index 4606d3fa00e8cafc72e6585ed2b050e5102010cb..57ccb62b7912cda88f4e5406b19dd8cc8b6f5e30 100644 (file)
@@ -16,7 +16,7 @@ public interface RemoteDeviceCommunicator extends AutoCloseable {
      * Send request message to current client session.
      *
      * @param message {@link NetconfMessage} to be sent
-     * @return A {@link ListenableFuture} which completes with result of sending give message
+     * @return A {@link ListenableFuture} which completes with result of sending given message
      *         represented by {@link RpcResult}
      */
     ListenableFuture<RpcResult<NetconfMessage>> sendRequest(NetconfMessage message);