diff --git a/examples/src/TcpExamples/TcpExample4DispatchServer.java b/examples/src/TcpExamples/TcpExample4DispatchServer.java index d71a62303ba73718314dcc495ab0428d9947b06b..1c014b8758ee5dc82009e2725376b2dde3dc0e5c 100644 --- a/examples/src/TcpExamples/TcpExample4DispatchServer.java +++ b/examples/src/TcpExamples/TcpExample4DispatchServer.java @@ -4,7 +4,7 @@ import java.io.IOException; import java.net.*; /** - * A server example that creates and dispaches a new thread to handle multiple + * A server example that creates and dispatches a new thread to handle multiple * connections one after another, running in parallel. * * @author Don McGregor