This commit is contained in:
Klaus Basan
2020-01-02 18:29:13 +01:00
committed by Mat Sutcliffe
parent 7d068cf979
commit 548a12a502
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ namespace BlackSimPlugin
//! Destructor
virtual ~CFsuipc() override;
//! Open conenction with FSUIPC
//! Open connection with FSUIPC
bool open(bool force = false);
//! Disconnect

View File

@@ -562,7 +562,7 @@ namespace BlackSimPlugin
void CFsuipc::timerEvent(QTimerEvent *event)
{
Q_UNUSED(event);
Q_UNUSED(event)
processWeatherMessages();
}