diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java b/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java
index 3ac41ef7ab069ac08cf204be58f669005a4cf497..3f56434d00c2c1fd5b344f3d5878e0b82ea4f6e8 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework1/McNeelyTCPExample2.java
@@ -61,7 +61,7 @@ public class McNeelyTCPExample2
                     ps.println("This client response was written by server " + McNeelyTCPExample2.class.getName()); // to remote client
                     System.out.println("This server response was written by server " + McNeelyTCPExample2.class.getName()); // to server console
                     
-                            ps.println("You have attempted " + connectionCount + "times, you are now aplicant number " + totalEntrantCount + " to win. Keep trying!");
+                            ps.println("You have attempted " + connectionCount + " times, you are now aplicant number " + totalEntrantCount + " to win. Keep trying!");
                     
                     totalEntrantCount = (totalEntrantCount + 24);
                     // Print some information locally about the Socket connection.