typo: Skelton

This commit is contained in:
Yuri Schimke 2016-06-06 16:15:19 -07:00 committed by Scott Mitchell
parent 71c6f0d7ab
commit f81cec291e

View File

@ -22,7 +22,7 @@ import java.util.Map;
import java.util.WeakHashMap;
/**
* Skelton implementation of a {@link ChannelHandler}.
* Skeleton implementation of a {@link ChannelHandler}.
*/
public abstract class ChannelHandlerAdapter implements ChannelHandler {