Merge pull request #922 from mikaelnousiainen/fix-typo-1

Fix typo in conf parameters documentation
pull/928/head
Michael Black 2022-01-06 10:05:52 -06:00 zatwierdzone przez GitHub
commit 1cc0b2fb59
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -170,7 +170,7 @@ static const struct confparams frontend_cfg_params[] =
},
{
TOK_ASYNC, "async", "Asynchronous data transfer support",
"True enables asynchronous data transfer for backends that support it. This enabled handling of transceive and spectrum data, for example.",
"True enables asynchronous data transfer for backends that support it. This allows use of transceive and spectrum data.",
"0", RIG_CONF_CHECKBUTTON, { }
},