From d8be04230d0bec3bf14b40cb855ed3ac37f9b42e Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 9 Sep 2021 08:13:10 -0700 Subject: [PATCH] spelling --- .../homework1/TcpExample2_Leckie_Mod_Hw1.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework1/TcpExample2_Leckie_Mod_Hw1.java b/assignments/src/MV3500Cohort2021JulySeptember/homework1/TcpExample2_Leckie_Mod_Hw1.java index 4b3fba3fae..e48eff8bbd 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/homework1/TcpExample2_Leckie_Mod_Hw1.java +++ b/assignments/src/MV3500Cohort2021JulySeptember/homework1/TcpExample2_Leckie_Mod_Hw1.java @@ -63,7 +63,7 @@ public class TcpExample2_Leckie_Mod_Hw1 ps.println("This client response was written by server " + TcpExample2_Leckie_Mod_Hw1.class.getName()); // to remote client System.out.println("This server response was written by server " + TcpExample2_Leckie_Mod_Hw1.class.getName()); // to server console - ps.println("This is your lottery attempt number #" + connectionCount + ", you are aplicant number " + totalEntrantCount + " to try and win. Keep trying!"); + ps.println("This is your lottery attempt number #" + connectionCount + ", you are applicant number " + totalEntrantCount + " to try and win. Keep trying!"); totalEntrantCount = (totalEntrantCount + 79); // Print some information locally about the Socket connection. -- GitLab