diff --git a/examples/src/TcpExamples/TcpExample1Telnet.java b/examples/src/TcpExamples/TcpExample1Telnet.java index c42da16d066cf129bae314ead0d6137c874702ec..916eefff1717e7d1260008912dbe842497a99d30 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 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>