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 25bf720ca0
commit faa92f91d5

View File

@ -284,7 +284,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;