diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework1/Chojnacki/Assignment1Client.java b/assignments/src/MV3500Cohort2023MarchJune/homework1/Chojnacki/Assignment1Client.java index 51e9bee475a11fff80faca8b6987b8fc8dce500a..8ed1ff5d2792d65b02ba1fbc24bc4dcbc07eb9bc 100644 --- a/assignments/src/MV3500Cohort2023MarchJune/homework1/Chojnacki/Assignment1Client.java +++ b/assignments/src/MV3500Cohort2023MarchJune/homework1/Chojnacki/Assignment1Client.java @@ -6,7 +6,7 @@ import java.net.*; /** * This is Assignment 1 where I have modified the given code from TCPExample3Client * -sleep time has been extended to give more time in between loops - * -Initial print line has been altered to reflect assingnment 1 + * -Initial print line has been altered to reflect assignment 1 * -Loop only runs a finite number of times ,10. * Before, we always used telnet (netcat) to connect to the server. Here we are * now writing our own program to do the connection.