From bf367fea2444dcefc465336055fe57722e1e5f9e Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 18 Jul 2024 14:34:52 -0700 Subject: [PATCH] capitalization --- 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 b9ae4a3828..c42da16d06 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> -- GitLab