fixed word - issue #4469

This commit is contained in:
pieteradejong 2015-11-19 00:02:45 -08:00 committed by Norman Maurer
parent 46ba380fe8
commit 1a096d4ce6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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.
*
*/