Fixed spelling mistake at EmbeddedChannel#readOutbound()
This commit is contained in:
Fernando van Loenhout 2016-01-09 01:31:33 +01:00 committed by Scott Mitchell
parent 0e5a3f9db5
commit 301c40adbd

View File

@ -153,7 +153,7 @@ public class EmbeddedChannel extends AbstractChannel {
}
/**
* 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);