1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

Fix typos in cpp files

This commit is contained in:
Daniele Forsi
2024-07-10 22:59:13 +02:00
parent e56908b0c6
commit 4241f01376
88 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ void DATVModGUI::tick()
m_channelPowerDbAvg(powDb);
ui->channelPower->setText(tr("%1 dB").arg(m_channelPowerDbAvg.asDouble(), 0, 'f', 1));
// Use m_tickMsgOutstanding to prevent queuing lots of messsages while stopped/paused
// Use m_tickMsgOutstanding to prevent queuing lots of messages while stopped/paused
if (((++m_tickCount & 0xf) == 0) && !m_tickMsgOutstanding)
{
if (ui->inputSelect->currentIndex() == (int) DATVModSettings::SourceFile)