diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java b/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java
index 22d370792b4c79161cde63d528e902b2d63aa753..3292c5d7da4e71754eb65e4bbaeff1e809558e4e 100644
--- a/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java
+++ b/assignments/src/MV3500Cohort2024JulySeptember/homework1/Yu/TcpExample1TelnetYu.java
@@ -1,6 +1,5 @@
 package MV3500Cohort2024JulySeptember.homework1.Yu;
 
-import src.TcpExamples.*;
 import java.io.*;
 import java.net.*;
 
@@ -15,7 +14,7 @@ import java.net.*;
  * <p>
  * As an alternative to running the Windows (or other operating system) console, 
  * you can instead run the NetBeans terminal window.  If you are on Windows,
- * NetBeans is looking for Cgwin installation (for Unix-like compatibility)
+ * NetBeans is looking for Cygwin installation (for Unix-like compatibility)
  * with details at <a href="https://savage.nps.edu/Savage/developers.html#Cygwin" target="blank">Savage Developers Guide: Cygwin</a>.
  * Modifying this program is the basis for Assignment 1.
  * </p>