Skip to content

Commit

Permalink
Fix issue #4676
Browse files Browse the repository at this point in the history
Fixed spelling mistake at EmbeddedChannel#readOutbound()
  • Loading branch information
ferrybig authored and Scottmitch committed Jan 9, 2016
1 parent 0e5a3f9 commit 301c40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public Object readInbound() {
}

/**
* Read data froum the outbound. This may return {@code null} if nothing is readable.
* Read data from the outbound. This may return {@code null} if nothing is readable.
*/
public Object readOutbound() {
return poll(outboundMessages);
Expand Down

0 comments on commit 301c40a

Please sign in to comment.