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 751ed6cc94
commit 5c05629da1

View File

@ -187,7 +187,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.
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
public <T> T readOutbound() { public <T> T readOutbound() {