diff --git a/docs/src/reference/docbook/ip.xml b/docs/src/reference/docbook/ip.xml
index 001063f497..97bd0657c4 100644
--- a/docs/src/reference/docbook/ip.xml
+++ b/docs/src/reference/docbook/ip.xml
@@ -155,7 +155,7 @@
transferred using TCP; therefore any message correlation must be performed
by downstream components such as aggregators or other endpoints.
For more information refer to
- TCP Message Correlationn
+ TCP Message Correlation
A maximum of one adapter of each type may be given a reference to a connection
@@ -179,7 +179,7 @@
]]>
A simple server connection factory that uses java.nio.channel.SocketChannel
connections.
@@ -204,7 +204,7 @@
port="1234"
single-use="true"
so-timeout="10000"
- using-nio=true
+ using-nio=true
/>]]>
A client connection factory that uses java.nio.channel.Socket
connections and creates a new connection for each message.
@@ -409,12 +409,12 @@
TCP Gateways
The inbound TCP gateway TcpInboundGateway
- and oubound TCP gateway TcpOutboundGateway
+ and outbound TCP gateway TcpOutboundGateway
use a server and client connection factory respectively. Each connection
can process a single request/response at a time.
- The intbound gateway, after constructing a message with the incoming payload and sending
+ The inbound gateway, after constructing a message with the incoming payload and sending
it to the requestChannel, waits for a response and sends the payload
from the response message by writing it to the connection.
@@ -449,7 +449,7 @@
request-timeout="10000"
reply-timeout="10000"
/>]]>
- A simple oubound TCP gateway.
+ A simple outbound TCP gateway.
@@ -790,7 +790,7 @@
so-send-buffer-size
- Used for udp acknowlegment packets. See java.net.DatagramSocket
+ Used for udp acknowledgment packets. See java.net.DatagramSocket
setSendBufferSize() methods for more information.
@@ -857,7 +857,7 @@
When acknowledge is true, indicates the host or ip address to which the
acknowledgment should be sent. Usually the current host, but may be
- different, for example when Network Address Transation (NAT) is
+ different, for example when Network Address Transaction (NAT) is
being used.
@@ -871,14 +871,14 @@
ack-timeout
When acknowledge is true, indicates the time in milliseconds that the
- adapter will wait for an acknowlegment. If an acknowlegment is not
+ adapter will wait for an acknowledgment. If an acknowledgment is not
received in time, the adapter will throw an exception.
min-acks-for- success
Defaults to 1. For multicast adapters, you can set this to a larger
- value, requiring acknowlegments from multiple destinations.
+ value, requiring acknowledgments from multiple destinations.
check-length
@@ -909,7 +909,7 @@
so-receive-buffer- size
- Used for udp acknowlegment packets. See java.net.DatagramSocket
+ Used for udp acknowledgment packets. See java.net.DatagramSocket
setReceiveBufferSize() methods for more information.