From b35c6165035e41e5ad32f5f89f22ddd65e3be191 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 18 Jul 2024 14:38:31 -0700 Subject: [PATCH] typo --- examples/src/TcpExamples/TcpExample1Telnet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/TcpExamples/TcpExample1Telnet.java b/examples/src/TcpExamples/TcpExample1Telnet.java index c42da16d06..916eefff17 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> -- GitLab