Spelling correction

This commit is contained in:
Edward Wright 2021-04-04 19:08:32 -04:00 committed by GitHub
parent 4944dfe262
commit c981772ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!