Fix spelling error in icom.c

pull/224/head
Michael Black 2020-03-05 14:31:19 -06:00
rodzic 837006d87b
commit 6493d71e1b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4288,7 +4288,7 @@ int icom_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo)
priv->tx_vfo = RIG_VFO_B;
priv->rx_vfo = RIG_VFO_A;
rig_debug(RIG_DEBUG_TRACE,
"%s: tx=%s, rx=%s because tx_vfo=%s, charing tx_vfo to Main\n", __func__,
"%s: tx=%s, rx=%s because tx_vfo=%s, changing tx_vfo to Main\n", __func__,
rig_strvfo(priv->tx_vfo), rig_strvfo(priv->rx_vfo), rig_strvfo(tx_vfo));
tx_vfo = RIG_VFO_B;