From ebbf96efacb82289a7c8752dcf8c3c3fc302b0d1 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Wed, 31 Mar 2021 07:41:16 -0500 Subject: [PATCH] Fix spelling error in rig.c --- src/rig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rig.c b/src/rig.c index c4813acb8..f229fb099 100644 --- a/src/rig.c +++ b/src/rig.c @@ -3571,7 +3571,7 @@ int HAMLIB_API rig_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq) if (retcode != RIG_OK) { RETURNFUNC(retcode); } -#if 0 // this verification seems to be causing bad behavior on some reigs +#if 0 // this verification seems to be causing bad behavior on some rigs retcode = rig_get_freq(rig, tx_vfo, &tfreq); #else tfreq = tx_freq;