From e5b0352b9277dbffc0048989edaa6e0c72e417a6 Mon Sep 17 00:00:00 2001
From: adfis <adfis@DESKTOP-1KB21H8>
Date: Fri, 13 Aug 2021 08:18:14 -0700
Subject: [PATCH] HW 2 - CLIENT

---
 .../homework2/Fisher/FisherClient.java                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java
index 256202cd33..00de0484e3 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework2/Fisher/FisherClient.java
@@ -10,7 +10,7 @@ import java.io.PrintStream;
 import java.net.Socket;
 
 /**
- * Before, we always used telnet (netcat) to connect to the server. Here we are
+ * Before, we always used telnet (netcat) to connect to server. Here we are
  * 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
-- 
GitLab