Skip to content

Commit 20718c0

Browse files
developerworksartembilan
authored andcommitted
Fixed typo in ip.adoc
1 parent 1dca553 commit 20718c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/reference/asciidoc/ip.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Starting with version 4.3, you can set the `ackPort` to `0`, in which case the o
135135

136136
==== Outbound UDP Adapters (Java Configuration)
137137

138-
The following example shows how to configure an outbound UPD adapter with Java:
138+
The following example shows how to configure an outbound UDP adapter with Java:
139139

140140
====
141141
[source, java]
@@ -152,7 +152,7 @@ public UnicastSendingMessageHandler handler() {
152152

153153
==== Outbound UDP Adapters (Java DSL Configuration)
154154

155-
The following example shows how to configure an outbound UPD adapter with the Java DSL:
155+
The following example shows how to configure an outbound UDP adapter with the Java DSL:
156156

157157
====
158158
[source, java]
@@ -203,7 +203,7 @@ You can override this default behavior by setting the `lookup-host` attribute to
203203

204204
==== Inbound UDP Adapters (Java Configuration)
205205

206-
The following example shows how to configure an inbound UPD adapter with Java:
206+
The following example shows how to configure an inbound UDP adapter with Java:
207207

208208
[source, java]
209209
----
@@ -215,7 +215,7 @@ public UnicastReceivingChannelAdapter udpIn() {
215215
}
216216
----
217217

218-
The following example shows how to configure an inbound UPD adapter with the Java DSL:
218+
The following example shows how to configure an inbound UDP adapter with the Java DSL:
219219

220220
==== Inbound UDP Adapters (Java DSL Configuration)
221221

0 commit comments

Comments
 (0)