Skip to content

Commit 5c05629

Browse files
ferrybigScottmitch
authored andcommitted
Fix issue netty#4676
Fixed spelling mistake at EmbeddedChannel#readOutbound()
1 parent 751ed6c commit 5c05629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/src/main/java/io/netty/channel/embedded/EmbeddedChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public <T> T readInbound() {
187187
}
188188

189189
/**
190-
* Read data froum the outbound. This may return {@code null} if nothing is readable.
190+
* Read data from the outbound. This may return {@code null} if nothing is readable.
191191
*/
192192
@SuppressWarnings("unchecked")
193193
public <T> T readOutbound() {

0 commit comments

Comments
 (0)