From faa92f91d55d1cd3f5c4a3d0d860d91922dc4c2c Mon Sep 17 00:00:00 2001 From: jongyoon lim Date: Mon, 23 Feb 2015 23:42:34 +0900 Subject: [PATCH] typo_fix in the comment --- .../src/main/java/io/netty/bootstrap/AbstractBootstrap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java index 8c098331c5..6bdb07ce93 100644 --- a/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java +++ b/transport/src/main/java/io/netty/bootstrap/AbstractBootstrap.java @@ -284,7 +284,7 @@ public abstract class AbstractBootstrap, 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;