From c981772ab57085534c6d2bc39b36956f58322806 Mon Sep 17 00:00:00 2001 From: Edward Wright Date: Sun, 4 Apr 2021 19:08:32 -0400 Subject: [PATCH] Spelling correction --- SimplySerial/SimplySerial.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimplySerial/SimplySerial.cs b/SimplySerial/SimplySerial.cs index 2faa564..994671b 100644 --- a/SimplySerial/SimplySerial.cs +++ b/SimplySerial/SimplySerial.cs @@ -404,7 +404,7 @@ namespace SimplySerial if (port.name == String.Empty) Output("<<< Attempting to connect to first available COM port. Use CTRL-X to cancel >>>"); else - Output("<<< Attempting to connect to " + port.name + ". Use CTRL-X to concel >>>"); + Output("<<< Attempting to connect to " + port.name + ". Use CTRL-X to cancel >>>"); } // if we made it this far, everything has been processed and we're ready to proceed!