Fix spelling error in kenwood.c

pull/1242/head
Mike Black W9MDB 2023-02-04 17:08:31 -06:00
rodzic 1efff461e3
commit 0e9bdc5d04
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -338,7 +338,7 @@ transaction_write:
// So we'll skip the checks just on this one command for now
// The TS-480 PC Control says RX; should return RX0; but it doesn't
// We may eventually want to verify PTT with rig_get_ptt instead
// The TS-2000 doesn't like doing and ID right after RU or RD
// The TS-2000 doesn't like doing an ID right after RU or RD
if (retval == RIG_OK)
{
int skip = strncmp(cmdstr, "RX", 2) == 0;