mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -74,7 +74,7 @@ RTLSDRGui::RTLSDRGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
displayGains();
|
||||
|
||||
rtlsdr_tuner tunerType = m_sampleSource->getTunerType();
|
||||
// Disable widgets not relevent for this tuner
|
||||
// Disable widgets not relevant for this tuner
|
||||
bool offsetTuningEnabled = (tunerType != RTLSDR_TUNER_R820T) && (tunerType != RTLSDR_TUNER_R828D);
|
||||
if (!offsetTuningEnabled) {
|
||||
ui->offsetTuning->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user