This commit is contained in:
Veebs 2013-12-30 03:03:13 -08:00 committed by Norman Maurer
parent 7d90c5b756
commit dd8f4bc0c4

View File

@ -52,7 +52,7 @@ public class DefaultChannelGroup extends AbstractSet<Channel> implements Channel
};
/**
* Creates a new group with a generated name amd the provided {@link EventExecutor} to notify the
* Creates a new group with a generated name and the provided {@link EventExecutor} to notify the
* {@link ChannelGroupFuture}s.
*/
public DefaultChannelGroup(EventExecutor executor) {