Spell check!

This commit is contained in:
Edward Wright 2021-10-20 14:49:16 -04:00
parent ecef3d18a0
commit 6bd3b9c589

View File

@ -331,7 +331,7 @@ namespace SimplySerial
if (autoConnect == AutoConnect.ANY) if (autoConnect == AutoConnect.ANY)
{ {
port.name = String.Empty; 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) else if (autoConnect == AutoConnect.ONE)
{ {
@ -524,7 +524,7 @@ namespace SimplySerial
Console.Clear(); Console.Clear();
if (autoConnect == AutoConnect.ANY) 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) else if (autoConnect == AutoConnect.ONE)
{ {