icom.c fix spelling error

pull/149/head
Michael Black 2019-11-28 16:39:26 -06:00
rodzic 021a531028
commit a4c5b1b4e7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3208,7 +3208,7 @@ int icom_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo)
// if either VFOA or B is the vfo we set to VFOA when split is turned off
if (vfo == RIG_VFO_A || vfo == RIG_VFO_B) rig_set_vfo(rig,RIG_VFO_A);
// otherwise if Main or Sub we set Main as the current vfo
else if (vfo == RIG_VFO_MAIN || vfo == RIG_VFO_SUB) rig_set_vfo(rig,RIG_VFO_Main);
else if (vfo == RIG_VFO_MAIN || vfo == RIG_VFO_SUB) rig_set_vfo(rig,RIG_VFO_MAIN);
split_sc = S_SPLT_OFF;
break;