From 8d5fe2544af3e1596dbffb0609b8e8a76a69083d Mon Sep 17 00:00:00 2001
From: leahhedgcorth <leahhedgcorth@drmi-l7410-031.ern.nps.edu>
Date: Mon, 17 Apr 2023 11:56:47 -0700
Subject: [PATCH] Assignment 1 v2 Hedgcorth (not final version)

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

diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework1/Hedgcorth/Assignment1Client.java b/assignments/src/MV3500Cohort2023MarchJune/homework1/Hedgcorth/Assignment1Client.java
index c1e83a9f9e..081181e82a 100644
--- a/assignments/src/MV3500Cohort2023MarchJune/homework1/Hedgcorth/Assignment1Client.java
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework1/Hedgcorth/Assignment1Client.java
@@ -9,7 +9,7 @@ import java.net.Socket;
 
 /**
  * Before, we always used telnet (netcat) to connect to the server. Here we are 
- * now writing our own program to do the connection.
+ * now writing our own program to do the connection
  *
  * As you will see, when we run this after we start the server we will see the
  * same string telnet printed, sent by the server. The output at the server will
-- 
GitLab