From 0fa84e8b68c670f0379d58a56e7225a486b01414 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Tue, 4 Aug 2020 11:52:58 -0700
Subject: [PATCH] typo

---
 examples/src/TcpExamples/TcpExample4DispatchServer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/src/TcpExamples/TcpExample4DispatchServer.java b/examples/src/TcpExamples/TcpExample4DispatchServer.java
index d71a62303b..1c014b8758 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
-- 
GitLab