typo_fix in the comment
This commit is contained in:
parent
25bf720ca0
commit
faa92f91d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user