From 77e9d1d81637b6d68ae6c90357936ba04be50a6b Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Wed, 17 Jul 2019 08:19:26 -0700 Subject: [PATCH] typo --- examples/src/TcpExamples/TcpExample4HandlerThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/TcpExamples/TcpExample4HandlerThread.java b/examples/src/TcpExamples/TcpExample4HandlerThread.java index 3a14d484f4..94b8ec8b26 100644 --- a/examples/src/TcpExamples/TcpExample4HandlerThread.java +++ b/examples/src/TcpExamples/TcpExample4HandlerThread.java @@ -8,7 +8,7 @@ import java.net.*; /** * Handles all the logic associated with one connection * by running in a thread of its own. This is the server - * portion as well, so we artifically invent what happens + * portion as well, so we artificially invent what happens * if the server can't respond to a connection for 10 sec. * * @author Don McGregor -- GitLab