From 5061e4daee7dcf95f6e71121a828e87da39a482f Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Wed, 26 Apr 2023 05:38:07 -0700 Subject: [PATCH] typo in comment --- .../src/TcpExamples/Assignment1TCPExample3ClientChange.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/TcpExamples/Assignment1TCPExample3ClientChange.java b/examples/src/TcpExamples/Assignment1TCPExample3ClientChange.java index bdb9980de7..126c36ca2a 100644 --- a/examples/src/TcpExamples/Assignment1TCPExample3ClientChange.java +++ b/examples/src/TcpExamples/Assignment1TCPExample3ClientChange.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. -- GitLab