fixed word - issue #4469

This commit is contained in:
pieteradejong 2015-11-19 00:02:45 -08:00 committed by Norman Maurer
parent 96f9b0b91b
commit 64409ad10b

View File

@ -20,7 +20,7 @@ import io.netty.util.concurrent.EventExecutor;
/**
* Will handle all the I/O operations for a {@link Channel} once registered.
*
* One {@link EventLoop} instance will usually handle more then one {@link Channel} but this may depend on
* One {@link EventLoop} instance will usually handle more than one {@link Channel} but this may depend on
* implementation details and internals.
*
*/