1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Fix spelling in strings

This commit is contained in:
Daniele Forsi
2023-07-23 16:44:42 +02:00
parent 8a38af480f
commit 34aca019e2
24 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ bool AirspyInput::openDevice()
#endif
#ifdef LIBAIRSPY_DEFAULT_RATES
qDebug("AirspyInput::start: detault rates");
qDebug("AirspyInput::start: default rates");
m_sampleRates.clear();
m_sampleRates.push_back(10000000);
m_sampleRates.push_back(2500000);