mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-24 10:04:35 +00:00
Spell check!
This commit is contained in:
parent
ecef3d18a0
commit
6bd3b9c589
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user