typo: Skelton

This commit is contained in:
Yuri Schimke 2016-06-06 16:15:19 -07:00 committed by Scott Mitchell
parent 79f2e3604e
commit a14eda7db0

View File

@ -21,7 +21,7 @@ import io.netty.util.internal.InternalThreadLocalMap;
import java.util.Map;
/**
* Skelton implementation of a {@link ChannelHandler}.
* Skeleton implementation of a {@link ChannelHandler}.
*/
public abstract class ChannelHandlerAdapter implements ChannelHandler {