Skip to content

Commit 8991db3

Browse files
authored
Merge pull request #586 from ourairquality/spelling-server
spelling
2 parents 3c949c5 + d65caa8 commit 8991db3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/qtapp/strsvr_qt/svrmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ void MainForm::stopServer()
625625
void MainForm::updateStreamMonitor()
626626
{
627627
static const QString types[] = {
628-
tr("None"), tr("Serial"), tr("File"), tr("TCP Server"), tr("TCP Client"), tr("Ntrip Sever"),
628+
tr("None"), tr("Serial"), tr("File"), tr("TCP Server"), tr("TCP Client"), tr("Ntrip Server"),
629629
tr("Ntrip Client"), tr("FTP"), tr("HTTP"), tr("Ntrip Caster"), tr("UDP Server"),
630630
tr("UDP Client"), tr("Mem Buffer")
631631
};

app/winapp/strsvr/svrmain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ void __fastcall TMainForm::SvrStop(void)
559559
void __fastcall TMainForm::Timer2Timer(TObject *Sender)
560560
{
561561
const char *types[]={
562-
"None","Serial","File","TCP Server","TCP Client","Ntrip Sever",
563-
"Ntrip Client","FTP","HTTP","Ntrip Cast","UDP Sever","UDP Client"
562+
"None","Serial","File","TCP Server","TCP Client","Ntrip Server",
563+
"Ntrip Client","FTP","HTTP","Ntrip Cast","UDP Server","UDP Client"
564564
};
565565
const char *modes[]={"-","R","W","R/W"};
566566
const char *states[]={"ERR","-","WAIT","CONN"};

0 commit comments

Comments
 (0)