From 6bd3b9c589568d2d8f1d1071288654841c2c242c Mon Sep 17 00:00:00 2001 From: Edward Wright Date: Wed, 20 Oct 2021 14:49:16 -0400 Subject: [PATCH] Spell check! --- SimplySerial/SimplySerial.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimplySerial/SimplySerial.cs b/SimplySerial/SimplySerial.cs index 139af71..bcc278b 100644 --- a/SimplySerial/SimplySerial.cs +++ b/SimplySerial/SimplySerial.cs @@ -331,7 +331,7 @@ namespace SimplySerial if (autoConnect == AutoConnect.ANY) { port.name = String.Empty; - Output("<<< Attemping to connect to any avaiable COM port. Use CTRL-X to cancel >>>"); + Output("<<< Attemping to connect to any available COM port. Use CTRL-X to cancel >>>"); } else if (autoConnect == AutoConnect.ONE) { @@ -524,7 +524,7 @@ namespace SimplySerial Console.Clear(); if (autoConnect == AutoConnect.ANY) { - Output("<<< Attemping to connect to any avaiable COM port. Use CTRL-X to cancel >>>"); + Output("<<< Attemping to connect to any available COM port. Use CTRL-X to cancel >>>"); } else if (autoConnect == AutoConnect.ONE) {