Fix spelling error in rig.c

pull/312/head
Michael Black W9MDB 2020-06-13 07:36:31 -05:00
rodzic a11cddfd24
commit 2611cad188
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3042,7 +3042,7 @@ int HAMLIB_API rig_get_split_freq(RIG *rig, vfo_t vfo, freq_t *tx_freq)
if (caps->set_vfo)
{
// if the underlying rig has OP_XCHC we don't need to set VFO
// if the underlying rig has OP_XCHG we don't need to set VFO
if (!rig_has_vfo_op(rig, RIG_OP_XCHG))
{
retcode = caps->set_vfo(rig, tx_vfo);