This commit is contained in:
Veebs 2013-12-30 03:03:13 -08:00 committed by Norman Maurer
parent 906ac233a2
commit 194ba39bc0

View File

@ -54,7 +54,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) {