Fix spelling error in icom.c

pull/750/head
Mike Black W9MDB 2021-07-19 22:58:19 -05:00
rodzic fe2c0e7723
commit a092f1f630
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1267,7 +1267,7 @@ int icom_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
} }
// we'll use 0x25 command to get unselected frequency // we'll use 0x25 command to get unselected frequency
// we have to assume current_vfo is accurate to determin what "other" means // we have to assume current_vfo is accurate to determine what "other" means
if (priv->x25cmdfails == 0) if (priv->x25cmdfails == 0)
{ {
int cmd2 = 0x25; int cmd2 = 0x25;