Fix typos in cpp files

This commit is contained in:
Daniele Forsi
2024-07-10 23:06:38 +02:00
parent e56908b0c6
commit 4241f01376
88 changed files with 156 additions and 156 deletions
@@ -455,7 +455,7 @@ void FCDProPlusInput::set_center_freq(double freq)
if (fcdAppSetFreq(m_dev, freq) == FCD_MODE_NONE)
{
qDebug("No FCD HID found for frquency change");
qDebug("No FCD HID found for frequency change");
}
}