diff --git a/examples/src/TcpExamples/TcpExample1Telnet.java b/examples/src/TcpExamples/TcpExample1Telnet.java
index b9ae4a38281d45a6efc54c67852ec64ac36b3abf..c42da16d066cf129bae314ead0d6137c874702ec 100644
--- a/examples/src/TcpExamples/TcpExample1Telnet.java
+++ b/examples/src/TcpExamples/TcpExample1Telnet.java
@@ -14,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 cygwin installation (for unix-like compatibility)
+ * NetBeans is looking for Cgwin 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>