mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-24 10:04:35 +00:00
Spelling correction
This commit is contained in:
parent
4944dfe262
commit
c981772ab5
@ -404,7 +404,7 @@ namespace SimplySerial
|
|||||||
if (port.name == String.Empty)
|
if (port.name == String.Empty)
|
||||||
Output("<<< Attempting to connect to first available COM port. Use CTRL-X to cancel >>>");
|
Output("<<< Attempting to connect to first available COM port. Use CTRL-X to cancel >>>");
|
||||||
else
|
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!
|
// if we made it this far, everything has been processed and we're ready to proceed!
|
||||||
|
Loading…
Reference in New Issue
Block a user