Skip to content

Commit 29922b2

Browse files
committed
Fix type and update mailing list status
1 parent 6226592 commit 29922b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Where '~/' is the location of where you want it extracted to, '~/' will extract
3232

3333
##Help and contributing
3434

35-
There are various instructions and help pages available on the [wiki site](https://github.com/LairdCP/UwTerminalX/wiki/), there is also a mailing list that you can subscribe to at uwterminalx@librelist.com
35+
There are various instructions and help pages available on the [wiki site](https://github.com/LairdCP/UwTerminalX/wiki/), due to problems with the service the UwTerminalX mailing list is currently unavailable.
3636

3737
Laird encourages people to branch/fork UwTerminalX to modify the code and accepts pull requests to merge these changes back into the main repository.
3838

UwxMainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3864,7 +3864,7 @@ MainWindow::on_combo_COM_currentIndexChanged(
38643864
else
38653865
{
38663866
//No such port
3867-
ui->label_SerialInfo->setText("Invalid serisl port selected");
3867+
ui->label_SerialInfo->setText("Invalid serial port selected");
38683868
}
38693869
}
38703870
else

0 commit comments

Comments
 (0)