typo_fix in the comment

This commit is contained in:
jongyoon lim 2015-02-23 23:42:34 +09:00 committed by Norman Maurer
parent 42677f82a6
commit 269695d043

View File

@ -275,7 +275,7 @@ public abstract class AbstractBootstrap<B extends AbstractBootstrap<B, C>, C ext
}
if (regFuture.isDone()) {
// At this point we know that the registration was complete and succesful.
// At this point we know that the registration was complete and successful.
ChannelPromise promise = channel.newPromise();
doBind0(regFuture, channel, localAddress, promise);
return promise;