From a6fa75c6419b4468693774332ad689197c2da3f6 Mon Sep 17 00:00:00 2001
From: "bruce.chojnacki" <bruce.chojnacki@nps.edu>
Date: Tue, 18 Apr 2023 11:14:33 -0700
Subject: [PATCH] Assignment 1

---
 .../homework1/Chojnacki/Assignment1Client.java                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework1/Chojnacki/Assignment1Client.java b/assignments/src/MV3500Cohort2023MarchJune/homework1/Chojnacki/Assignment1Client.java
index 51e9bee475..8ed1ff5d27 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.
-- 
GitLab