diff --git a/src/docbook/module/start.xml b/src/docbook/module/start.xml index d9d0f279ad..d1e3306e3d 100644 --- a/src/docbook/module/start.xml +++ b/src/docbook/module/start.xml @@ -661,7 +661,7 @@ public class TimeClientHandler extends &SimpleChannelHandler; { added a TimeClientHandler instance to the default &ChannelPipeline; of the &ClientBootstrap;? It means one TimeClientHandler is going to handle - multiple &Channel;s and consequently the date will be messed up. To + multiple &Channel;s and consequently the data will be messed up. To create a new TimeClientHandler instance per &Channel;, we should implement a &ChannelPipelineFactory;: